ExpressRouteCircuitAuthorization Class

Authorization in an ExpressRouteCircuit resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2020_03_01.models._models_py3.SubResource
ExpressRouteCircuitAuthorization

Constructor

ExpressRouteCircuitAuthorization(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, authorization_key: typing.Union[str, NoneType] = None, authorization_use_status: typing.Union[str, _ForwardRef('AuthorizationUseStatus'), NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

authorization_key
str

The authorization key.

authorization_use_status
str or AuthorizationUseStatus

The authorization use status. Possible values include: "Available", "InUse".

Variables

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Type of the resource.

provisioning_state
str or ProvisioningState

The provisioning state of the authorization resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".