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

Sku Class

SKU for the resource.

Constructor

Sku(*, name: str | None = None, tier: str | None = None, size: str | None = None, family: str | None = None, model: str | None = None, capacity: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The SKU name.

Default value: None
tier
str

The SKU tier.

Default value: None
size
str

The SKU size.

Default value: None
family
str

The SKU family.

Default value: None
model
str

The SKU model.

Default value: None
capacity
int

The SKU capacity.

Default value: None

Variables

Name Description
name
str

The SKU name.

tier
str

The SKU tier.

size
str

The SKU size.

family
str

The SKU family.

model
str

The SKU model.

capacity
int

The SKU capacity.