ExpressRouteServiceProvider Class
A ExpressRouteResourceProvider object.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceExpressRouteServiceProvider
Constructor
ExpressRouteServiceProvider(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, peering_locations: List[str] | None = None, bandwidths_offered: List[_models.ExpressRouteServiceProviderBandwidthsOffered] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
peering_locations
|
A list of peering locations. |
bandwidths_offered
|
A list of bandwidths offered. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
peering_locations
|
A list of peering locations. |
bandwidths_offered
|
A list of bandwidths offered. |
provisioning_state
|
The provisioning state of the express route service provider resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python