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

ResourceSkuZoneDetails Class

Describes The zonal capabilities of a SKU.

Constructor

ResourceSkuZoneDetails(*args: Any, **kwargs: Any)

Variables

Name Description
name

The set of zones that the SKU is available in with the specified capabilities.

capabilities

A list of capabilities that are available for the SKU in the specified list of zones.

Attributes

capabilities

A list of capabilities that are available for the SKU in the specified list of zones.

capabilities: list['_models.ResourceSkuCapabilities'] | None

name

The set of zones that the SKU is available in with the specified capabilities.

name: list[str] | None