ExpressRouteCircuitAuthorization Class
Authorization in an ExpressRouteCircuit resource.
- Inheritance
-
azure.mgmt.network.v2016_09_01.models._models_py3.SubResourceExpressRouteCircuitAuthorization
Constructor
ExpressRouteCircuitAuthorization(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, authorization_key: typing.Union[str, NoneType] = None, authorization_use_status: typing.Union[str, _ForwardRef('AuthorizationUseStatus'), NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Gets name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- authorization_key
- str
The authorization key.
- authorization_use_status
- str or AuthorizationUseStatus
AuthorizationUseStatus. Possible values are: 'Available' and 'InUse'. Possible values include: "Available", "InUse".
- provisioning_state
- str
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for