ExpressRouteCircuit Class
ExpressRouteCircuit resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2018_02_01.models._models_py3.ResourceExpressRouteCircuit
Constructor
ExpressRouteCircuit(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, sku: typing.Union[_ForwardRef('ExpressRouteCircuitSku'), NoneType] = None, allow_classic_operations: typing.Union[bool, NoneType] = None, circuit_provisioning_state: typing.Union[str, NoneType] = None, service_provider_provisioning_state: typing.Union[str, _ForwardRef('ServiceProviderProvisioningState'), NoneType] = None, authorizations: typing.Union[typing.List[_ForwardRef('ExpressRouteCircuitAuthorization')], NoneType] = None, peerings: typing.Union[typing.List[_ForwardRef('ExpressRouteCircuitPeering')], NoneType] = None, service_key: typing.Union[str, NoneType] = None, service_provider_notes: typing.Union[str, NoneType] = None, service_provider_properties: typing.Union[_ForwardRef('ExpressRouteCircuitServiceProviderProperties'), NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, gateway_manager_etag: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
The SKU.
- allow_classic_operations
- bool
Allow classic operations.
- circuit_provisioning_state
- str
The CircuitProvisioningState state of the resource.
- service_provider_provisioning_state
- str or ServiceProviderProvisioningState
The ServiceProviderProvisioningState state of the resource. Possible values are 'NotProvisioned', 'Provisioning', 'Provisioned', and 'Deprovisioning'. Possible values include: "NotProvisioned", "Provisioning", "Provisioned", "Deprovisioning".
- authorizations
- list[ExpressRouteCircuitAuthorization]
The list of authorizations.
- peerings
- list[ExpressRouteCircuitPeering]
The list of peerings.
- service_key
- str
The ServiceKey.
- service_provider_notes
- str
The ServiceProviderNotes.
- service_provider_properties
- ExpressRouteCircuitServiceProviderProperties
The ServiceProviderProperties.
- provisioning_state
- str
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
- gateway_manager_etag
- str
The GatewayManager Etag.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- etag
- str
Gets a unique read-only string that changes whenever the resource is updated.
Feedback
Submit and view feedback for