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

GlobalCsmSkuDescription Class

A Global SKU Description.

Inheritance
azure.mgmt.web._serialization.Model
GlobalCsmSkuDescription

Constructor

GlobalCsmSkuDescription(*, name: str | None = None, tier: str | None = None, size: str | None = None, family: str | None = None, capacity: _models.SkuCapacity | None = None, locations: List[str] | None = None, capabilities: List[_models.Capability] | None = None, **kwargs: Any)

Keyword-Only Parameters

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

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

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

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