class Azure::Network::Mgmt::V2020_07_01::Models::VirtualHubId

Virtual Hub identifier.

Attributes

id[RW]

@return [String] The resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed. The Virtual Hub resource and the ExpressRoute gateway resource reside in the same subscription.

Public Class Methods

mapper() click to toggle source

Mapper for VirtualHubId class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2020-07-01/generated/azure_mgmt_network/models/virtual_hub_id.rb, line 25
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'VirtualHubId',
    type: {
      name: 'Composite',
      class_name: 'VirtualHubId',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end