SupportedSku Class
Describes a Batch supported SKU.
Constructor
SupportedSku(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The name of the SKU. |
|
family_name
|
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