通过


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

SupportedSku Class

Describes a Batch supported SKU.

Constructor

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

Variables

Name Description
name
str

The name of the SKU.

family_name
str

The family name of the SKU.

capabilities

A collection of capabilities which this SKU supports.

batch_support_end_of_life

The time when Azure Batch service will retire this SKU.

Attributes

batch_support_end_of_life

The time when Azure Batch service will retire this SKU.

batch_support_end_of_life: datetime | None

capabilities

A collection of capabilities which this SKU supports.

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

family_name

The family name of the SKU.

family_name: str | None

name

The name of the SKU.

name: str | None