ExpressRouteCircuitAuthorization Class   
Authorization in an ExpressRouteCircuit resource.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ExpressRouteCircuitAuthorization(*, id: str | None = None, name: str | None = None, authorization_key: str | None = None, authorization_use_status: str | _models.AuthorizationUseStatus | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| id | Resource ID. Default value: None | 
| name | The name of the resource that is unique within a resource group. This name can be used to access the resource. Default value: None | 
| authorization_key | The authorization key. Default value: None | 
| authorization_use_status | The authorization use status. Known values are: "Available" and "InUse". Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | Resource ID. | 
| name | The name of the resource that is unique within a resource group. This name can be used to access the resource. | 
| etag | A unique read-only string that changes whenever the resource is updated. | 
| type | Type of the resource. | 
| authorization_key | The authorization key. | 
| authorization_use_status | The authorization use status. Known values are: "Available" and "InUse". | 
| connection_resource_uri | The reference to the ExpressRoute connection resource using the authorization. | 
| provisioning_state | The provisioning state of the authorization resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |