ExpressRouteCircuitServiceProviderProperties Class
Contains ServiceProviderProperties in an ExpressRouteCircuit.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteCircuitServiceProviderProperties
Constructor
ExpressRouteCircuitServiceProviderProperties(*, service_provider_name: str | None = None, peering_location: str | None = None, bandwidth_in_mbps: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
service_provider_name
|
The serviceProviderName. |
peering_location
|
The peering location. |
bandwidth_in_mbps
|
The BandwidthInMbps. |
Variables
Name | Description |
---|---|
service_provider_name
|
The serviceProviderName. |
peering_location
|
The peering location. |
bandwidth_in_mbps
|
The BandwidthInMbps. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python