Sha256: 49dba6f1ddcbca8b4c4ef5c4ceed08b09b245ef0e4f7925f9239969b8a5113ca
Contents?: true
Size: 1.47 KB
Versions: 1
Compression:
Stored size: 1.47 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Compute::Mgmt::V2020_12_01 module Models # # The complex type of the extended location. # class ExtendedLocation include MsRestAzure # @return [String] The name of the extended location. attr_accessor :name # @return [ExtendedLocationTypes] The type of the extended location. # Possible values include: 'EdgeZone' attr_accessor :type # # Mapper for ExtendedLocation class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.22.0 | lib/2020-12-01/generated/azure_mgmt_compute/models/extended_location.rb |