你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
str

The name of the SKU.

Default value: None
tier

The tier of the SKU. Known values are: "Standard", "Premium", "Basic", and "Local".

Default value: None
family

The family of the SKU. Known values are: "UnlimitedData" and "MeteredData".

Default value: None

Variables

Name Description
name
str

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".