Microsoft.Network expressRouteCircuits/authorizations 2019-12-01
Template format
To create a Microsoft.Network/expressRouteCircuits/authorizations resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Network/expressRouteCircuits/authorizations",
"apiVersion": "2019-12-01",
"properties": {
"authorizationKey": "string",
"authorizationUseStatus": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Network/expressRouteCircuits/authorizations object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the authorization. |
type | enum | Yes | authorizations -or- Microsoft.Network/expressRouteCircuits/authorizations See Set name and type for child resources. |
apiVersion | enum | Yes | 2019-12-01 |
properties | object | Yes | Properties of the express route circuit authorization. - AuthorizationPropertiesFormat object |
AuthorizationPropertiesFormat object
Name | Type | Required | Value |
---|---|---|---|
authorizationKey | string | No | The authorization key. |
authorizationUseStatus | enum | No | The authorization use status. - Available or InUse |