ExpressRouteCircuitSku Class
Contains SKU in an ExpressRouteCircuit.
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". |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python