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

Sku Class

Sku information related properties of a server.

All required parameters must be populated in order to send to server.

Constructor

Sku(*, name: str, tier: str | _models.SkuTier, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. Required.

tier

The tier of the particular SKU, e.g. Burstable. Required. Known values are: "Burstable", "GeneralPurpose", and "MemoryOptimized".

Variables

Name Description
name
str

The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. Required.

tier

The tier of the particular SKU, e.g. Burstable. Required. Known values are: "Burstable", "GeneralPurpose", and "MemoryOptimized".