class Azure::CloudServiceManagement::PersistentVmDowntime

Attributes

end_time[RW]
start_time[RW]
status[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/azure/cloud_service_management/persistent_vm_downtime.rb, line 19
def initialize
  yield self if block_given?
end