Sha256: f156ee40b7186c687d7277657794a6d2ada3f387c4d1c1bcce7421cccb74932c
Contents?: true
Size: 1.15 KB
Versions: 29
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_08_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
29 entries across 29 versions & 2 rubygems