Class: Azure::CloudServiceManagement::Role

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Role.

Yields:

  • (_self)

Yield Parameters:



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

def initialize
  yield self if block_given?
end

Instance Attribute Details

#configuration_setsObject

Returns the value of attribute configuration_sets.



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

def configuration_sets
  @configuration_sets
end

#os_versionObject

Returns the value of attribute os_version.



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

def os_version
  @os_version
end

#role_nameObject

Returns the value of attribute role_name.



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

def role_name
  @role_name
end