Hub Route Tables - Get
Retrieves the details of a RouteTable.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/hubRouteTables/{routeTableName}?api-version=2024-05-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The resource group name of the VirtualHub. |
route
|
path | True |
string |
The name of the RouteTable. |
subscription
|
path | True |
string |
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
virtual
|
path | True |
string |
The name of the VirtualHub. |
api-version
|
query | True |
string |
Client API version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Request successful. Returns the details of the RouteTable retrieved. |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
RouteTableGet
Sample request
Sample response
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/hubRouteTables/hubRouteTable1",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"name": "hubRouteTable1",
"properties": {
"provisioningState": "Succeeded",
"routes": [
{
"name": "route1",
"destinationType": "CIDR",
"destinations": [
"10.0.0.0/8",
"20.0.0.0/8",
"30.0.0.0/8"
],
"nextHopType": "ResourceId",
"nextHop": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azureFirewall1"
}
],
"labels": [
"label1",
"label2"
],
"associatedConnections": [
"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/hubVirtualNetworkConnections/vnetConnn1",
"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/hubVirtualNetworkConnections/vnetConnn2"
],
"propagatingConnections": [
"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteGateways/erg1/expressRouteConnections/erConn1",
"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnGateways/vpngw1/vpnConnections/vpnConn2"
]
},
"type": "Microsoft.Network/virtualHubs/hubRouteTables"
}
Definitions
Name | Description |
---|---|
Cloud |
An error response from the service. |
Cloud |
An error response from the service. |
Hub |
RouteTable route. |
Hub |
RouteTable resource in a virtual hub. |
Provisioning |
The current provisioning state. |
CloudError
An error response from the service.
Name | Type | Description |
---|---|---|
error |
Cloud error body. |
CloudErrorBody
An error response from the service.
Name | Type | Description |
---|---|---|
code |
string |
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. |
details |
A list of additional details about the error. |
|
message |
string |
A message describing the error, intended to be suitable for display in a user interface. |
target |
string |
The target of the particular error. For example, the name of the property in error. |
HubRoute
RouteTable route.
Name | Type | Description |
---|---|---|
destinationType |
string |
The type of destinations (eg: CIDR, ResourceId, Service). |
destinations |
string[] |
List of all destinations. |
name |
string |
The name of the Route that is unique within a RouteTable. This name can be used to access this route. |
nextHop |
string |
NextHop resource ID. |
nextHopType |
string |
The type of next hop (eg: ResourceId). |
HubRouteTable
RouteTable resource in a virtual hub.
Name | Type | Description |
---|---|---|
etag |
string |
A unique read-only string that changes whenever the resource is updated. |
id |
string |
Resource ID. |
name |
string |
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
properties.associatedConnections |
string[] |
List of all connections associated with this route table. |
properties.labels |
string[] |
List of labels associated with this route table. |
properties.propagatingConnections |
string[] |
List of all connections that advertise to this route table. |
properties.provisioningState |
The provisioning state of the RouteTable resource. |
|
properties.routes |
Hub |
List of all routes. |
type |
string |
Resource type. |
ProvisioningState
The current provisioning state.
Value | Description |
---|---|
Succeeded | |
Updating | |
Deleting | |
Failed |