class Azure::BaseManagement::Location

Attributes

available_services[RW]
name[RW]
role_sizes[RW]

Public Class Methods

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