Express Route Circuit Authorizations - List
Hiermee haalt u alle autorisaties op in een expressroute-circuit.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}/authorizations?api-version=2024-05-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
circuit
|
path | True |
string |
De naam van het circuit. |
resource
|
path | True |
string |
De naam van de resourcegroep. |
subscription
|
path | True |
string |
De abonnementsreferenties waarmee het Microsoft Azure-abonnement uniek wordt geïdentificeerd. De abonnements-id maakt deel uit van de URI voor elke serviceoproep. |
api-version
|
query | True |
string |
Client-API-versie. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Aanvraag is voltooid. De bewerking retourneert een lijst met ExpressRouteCircuitAuthorization-resources. |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
List ExpressRouteCircuit Authorization
Voorbeeldaanvraag
Voorbeeldrespons
{
"value": [
{
"name": "MyAuthorization1",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName/authorizations/MyAuthorization1",
"etag": "W/\"e33c875f-48df-4a91-b7d3-eb95b5ddbb89\"",
"properties": {
"provisioningState": "Succeeded",
"authorizationKey": "authKey",
"authorizationUseStatus": "Available"
}
}
]
}
Definities
Name | Description |
---|---|
Authorization |
Antwoord voor listAuthorizations-API-serviceaanroep haalt alle autorisaties op die deel uitmaken van een ExpressRouteCircuit. |
Authorization |
De autorisatiegebruiksstatus. |
Cloud |
Een foutreactie van de service. |
Cloud |
Een foutreactie van de service. |
Express |
Autorisatie in een ExpressRouteCircuit-resource. |
Provisioning |
De huidige inrichtingsstatus. |
AuthorizationListResult
Antwoord voor listAuthorizations-API-serviceaanroep haalt alle autorisaties op die deel uitmaken van een ExpressRouteCircuit.
Name | Type | Description |
---|---|---|
nextLink |
string |
De URL voor het ophalen van de volgende set resultaten. |
value |
De autorisaties in een ExpressRoute-circuit. |
AuthorizationUseStatus
De autorisatiegebruiksstatus.
Waarde | Description |
---|---|
Available | |
InUse |
CloudError
Een foutreactie van de service.
Name | Type | Description |
---|---|---|
error |
Hoofdtekst van cloudfout. |
CloudErrorBody
Een foutreactie van de service.
Name | Type | Description |
---|---|---|
code |
string |
Een id voor de fout. Codes zijn invariant en zijn bedoeld om programmatisch te worden gebruikt. |
details |
Een lijst met aanvullende informatie over de fout. |
|
message |
string |
Een bericht met een beschrijving van de fout, bedoeld om te worden weergegeven in een gebruikersinterface. |
target |
string |
Het doel van de specifieke fout. Bijvoorbeeld de naam van de eigenschap in fout. |
ExpressRouteCircuitAuthorization
Autorisatie in een ExpressRouteCircuit-resource.
Name | Type | Description |
---|---|---|
etag |
string |
Een unieke alleen-lezen tekenreeks die wordt gewijzigd wanneer de resource wordt bijgewerkt. |
id |
string |
Resource-id. |
name |
string |
De naam van de resource die uniek is binnen een resourcegroep. Deze naam kan worden gebruikt voor toegang tot de resource. |
properties.authorizationKey |
string |
De autorisatiesleutel. |
properties.authorizationUseStatus |
De autorisatiegebruiksstatus. |
|
properties.connectionResourceUri |
string |
De verwijzing naar de ExpressRoute-verbindingsresource met behulp van de autorisatie. |
properties.provisioningState |
De inrichtingsstatus van de autorisatieresource. |
|
type |
string |
Type resource. |
ProvisioningState
De huidige inrichtingsstatus.
Waarde | Description |
---|---|
Deleting | |
Failed | |
Succeeded | |
Updating |