class Azure::CloudServiceManagement::Role

Attributes

configuration_sets[RW]
os_version[RW]
role_name[RW]

Public Class Methods

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