Sha256: 54a1cb1e44d9cad13c1193c768d102bdc93ed02faeedcb012d27279b6ed35fed
Contents?: true
Size: 1.15 KB
Versions: 23
Compression:
Stored size: 1.15 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::Network::Mgmt::V2018_12_01 module Models # # ExpressRoute circuit peering identifier. # class ExpressRouteCircuitPeeringId include MsRestAzure # @return [String] The ID of the ExpressRoute circuit peering. attr_accessor :id # # Mapper for ExpressRouteCircuitPeeringId class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExpressRouteCircuitPeeringId', type: { name: 'Composite', class_name: 'ExpressRouteCircuitPeeringId', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
23 entries across 23 versions & 2 rubygems