ExpressRouteCircuitSku Class
Contains SKU in an ExpressRouteCircuit.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteCircuitSku
Constructor
ExpressRouteCircuitSku(*, name: str | None = None, tier: str | _models.ExpressRouteCircuitSkuTier | None = None, family: str | _models.ExpressRouteCircuitSkuFamily | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the SKU. |
tier
|
The tier of the SKU. Known values are: "Standard", "Premium", "Basic", and "Local". |
family
|
The family of the SKU. Known values are: "UnlimitedData" and "MeteredData". |
Variables
Name | Description |
---|---|
name
|
The name of the SKU. |
tier
|
The tier of the SKU. Known values are: "Standard", "Premium", "Basic", and "Local". |
family
|
The family of the SKU. Known values are: "UnlimitedData" and "MeteredData". |
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