class Azure::Network::Mgmt::V2020_07_01::Models::ExtendedLocation
ExtendedLocation
complex type.
Attributes
name[RW]
@return [String] The name of the extended location.
type[RW]
@return [String] The type of the extended location. Default value: 'EdgeZone' .
Public Class Methods
mapper()
click to toggle source
Mapper for ExtendedLocation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-07-01/generated/azure_mgmt_network/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: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: true, is_constant: true, serialized_name: 'type', default_value: 'EdgeZone', type: { name: 'String' } } } } } end