Sha256: 7cd881a29595b8b0bc353dbbe8507aefb0651aabc292395ca45d83c6487a826e
Contents?: true
Size: 1.16 KB
Versions: 24
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_11_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
24 entries across 24 versions & 2 rubygems