Sha256: b43ba3fa1e88988b0668fb30c2eddb09df2dfde988c31aca212f60f13e9d37e3
Contents?: true
Size: 1.16 KB
Versions: 29
Compression:
Stored size: 1.16 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 # # The ID of the ExpressRouteConnection. # class ExpressRouteConnectionId include MsRestAzure # @return [String] The ID of the ExpressRouteConnection. attr_accessor :id # # Mapper for ExpressRouteConnectionId class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExpressRouteConnectionId', type: { name: 'Composite', class_name: 'ExpressRouteConnectionId', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
29 entries across 29 versions & 2 rubygems