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

SkuDescription Class

Description of a SKU for a scalable resource.

Constructor

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

Variables

Name Description
name
str

Name of the resource SKU.

tier
str

Service tier of the resource SKU.

size
str

Size specifier of the resource SKU.

family
str

Family code of the resource SKU.

capacity
int

Current number of instances assigned to the resource.

sku_capacity

Min, max, and default scale values of the SKU.

locations

Locations of the SKU.

capabilities

Capabilities of the SKU, e.g., is traffic manager enabled?.

Attributes

capabilities

Capabilities of the SKU, e.g., is traffic manager enabled?.

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

capacity

Current number of instances assigned to the resource.

capacity: int | None

family

Family code of the resource SKU.

family: str | None

locations

Locations of the SKU.

locations: list[str] | None

name

Name of the resource SKU.

name: str | None

size

Size specifier of the resource SKU.

size: str | None

sku_capacity

Min, max, and default scale values of the SKU.

sku_capacity: _models.SkuCapacity | None

tier

Service tier of the resource SKU.

tier: str | None