Class: Azure::CloudServiceManagement::CloudService

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/cloud_service_management/cloud_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ CloudService

Returns a new instance of CloudService.

Yields:

  • (_self)

Yield Parameters:



19
20
21
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 19

def initialize
  yield self if block_given?
end

Instance Attribute Details

#affinity_groupObject

Returns the value of attribute affinity_group.



28
29
30
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 28

def affinity_group
  @affinity_group
end

#date_createdObject

Returns the value of attribute date_created.



30
31
32
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 30

def date_created
  @date_created
end

#date_modifiedObject

Returns the value of attribute date_modified.



31
32
33
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 31

def date_modified
  @date_modified
end

#default_winrm_certificate_thumbprintObject

Returns the value of attribute default_winrm_certificate_thumbprint.



33
34
35
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 33

def default_winrm_certificate_thumbprint
  @default_winrm_certificate_thumbprint
end

#deployment_nameObject

Returns the value of attribute deployment_name.



35
36
37
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 35

def deployment_name
  @deployment_name
end

#descriptionObject

Returns the value of attribute description.



26
27
28
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 26

def description
  @description
end

#extended_propertiesObject

Returns the value of attribute extended_properties.



32
33
34
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 32

def extended_properties
  @extended_properties
end

#labelObject

Returns the value of attribute label.



25
26
27
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 25

def label
  @label
end

#locationObject

Returns the value of attribute location.



27
28
29
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 27

def location
  @location
end

#nameObject

Returns the value of attribute name.



24
25
26
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 24

def name
  @name
end

#statusObject

Returns the value of attribute status.



29
30
31
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 29

def status
  @status
end

#urlObject

Returns the value of attribute url.



23
24
25
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 23

def url
  @url
end

#virtual_machinesObject

Returns the value of attribute virtual_machines.



34
35
36
# File 'lib/azure/cloud_service_management/cloud_service.rb', line 34

def virtual_machines
  @virtual_machines
end