class Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteConnectionId
The ID of the ExpressRouteConnection.
Attributes
id[RW]
@return [String] The ID of the ExpressRouteConnection.
Public Class Methods
mapper()
click to toggle source
Mapper for ExpressRouteConnectionId class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-12-01/generated/azure_mgmt_network/models/express_route_connection_id.rb, line 22 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