Express Route Gateways - Get
Fetches the details of a ExpressRoute gateway in a resource group.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}?api-version=2019-12-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
express
|
path | True |
string |
The name of the ExpressRoute gateway. |
resource
|
path | True |
string |
The name of the resource group. |
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. |
api-version
|
query | True |
string |
Client API version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Operation succeeded. The operation returns the ExpressRoute gateway. |
|
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
ExpressRouteGatewayGet
Sample request
GET https://management.azure.com/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/expressRouteGatewayName?api-version=2019-12-01
Sample response
{
"name": "expressRouteGatewayName",
"id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/expressRouteGatewayName",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"location": "westus",
"type": "Microsoft.Network/expressRouteGateways",
"properties": {
"provisioningState": "Succeeded",
"virtualHub": {
"id": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualHubs/virtualHubName"
}
}
}
Definitions
Name | Description |
---|---|
Auto |
Configuration for auto scaling. |
Bounds |
Minimum and maximum number of scale units to deploy. |
Cloud |
An error response from the service. |
Cloud |
An error response from the service. |
Express |
ExpressRoute circuit peering identifier. |
Express |
ExpressRouteConnection resource. |
Express |
ExpressRoute gateway resource. |
Provisioning |
The current provisioning state. |
Virtual |
Virtual Hub identifier. |
AutoScaleConfiguration
Configuration for auto scaling.
Name | Type | Description |
---|---|---|
bounds |
Minimum and maximum number of scale units to deploy. |
Bounds
Minimum and maximum number of scale units to deploy.
Name | Type | Description |
---|---|---|
max |
integer |
Maximum number of scale units deployed for ExpressRoute gateway. |
min |
integer |
Minimum number of scale units deployed for ExpressRoute gateway. |
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. |
ExpressRouteCircuitPeeringId
ExpressRoute circuit peering identifier.
Name | Type | Description |
---|---|---|
id |
string |
The ID of the ExpressRoute circuit peering. |
ExpressRouteConnection
ExpressRouteConnection resource.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
The name of the resource. |
properties.authorizationKey |
string |
Authorization key to establish the connection. |
properties.enableInternetSecurity |
boolean |
Enable internet security. |
properties.expressRouteCircuitPeering |
The ExpressRoute circuit peering. |
|
properties.provisioningState |
The provisioning state of the express route connection resource. |
|
properties.routingWeight |
integer |
The routing weight associated to the connection. |
ExpressRouteGateway
ExpressRoute gateway resource.
Name | Type | Description |
---|---|---|
etag |
string |
A unique read-only string that changes whenever the resource is updated. |
id |
string |
Resource ID. |
location |
string |
Resource location. |
name |
string |
Resource name. |
properties.autoScaleConfiguration |
Configuration for auto scaling. |
|
properties.expressRouteConnections |
List of ExpressRoute connections to the ExpressRoute gateway. |
|
properties.provisioningState |
The provisioning state of the express route gateway resource. |
|
properties.virtualHub |
The Virtual Hub where the ExpressRoute gateway is or will be deployed. |
|
tags |
object |
Resource tags. |
type |
string |
Resource type. |
ProvisioningState
The current provisioning state.
Value | Description |
---|---|
Succeeded | |
Updating | |
Deleting | |
Failed |
VirtualHubId
Virtual Hub identifier.
Name | Type | Description |
---|---|---|
id |
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. |