ExpressRoutePortsLocation Class
Definition of the ExpressRoutePorts peering location resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_06_01.models._models_py3.ResourceExpressRoutePortsLocation
Constructor
ExpressRoutePortsLocation(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, available_bandwidths: typing.Union[typing.List[_ForwardRef('ExpressRoutePortsLocationBandwidths')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- available_bandwidths
- list[ExpressRoutePortsLocationBandwidths]
The inventory of available ExpressRoutePort bandwidths.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- address
- str
Address of peering location.
- contact
- str
Contact details of peering locations.
- provisioning_state
- str
The provisioning state of the ExpressRoutePortLocation resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for