class Azure::Compute::Mgmt::V2020_12_01::Models::ExtendedLocation
The complex type of the extended location.
Attributes
name[RW]
@return [String] The name of the extended location.
type[RW]
@return [ExtendedLocationTypes] The type of the extended location. Possible values include: 'EdgeZone'
Private Class Methods
mapper()
click to toggle source
Mapper for ExtendedLocation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-12-01/generated/azure_mgmt_compute/models/extended_location.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExtendedLocation', type: { name: 'Composite', class_name: 'ExtendedLocation', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } } } } } end