SupportedSku interface

Describes a Batch supported SKU.

Properties

batchSupportEndOfLife

The time when Azure Batch service will retire this SKU. NOTE: This property will not be serialized. It can only be populated by the server.

capabilities

A collection of capabilities which this SKU supports. NOTE: This property will not be serialized. It can only be populated by the server.

familyName

The family name of the SKU. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the SKU. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

batchSupportEndOfLife

The time when Azure Batch service will retire this SKU. NOTE: This property will not be serialized. It can only be populated by the server.

batchSupportEndOfLife?: Date

Property Value

Date

capabilities

A collection of capabilities which this SKU supports. NOTE: This property will not be serialized. It can only be populated by the server.

capabilities?: SkuCapability[]

Property Value

familyName

The family name of the SKU. NOTE: This property will not be serialized. It can only be populated by the server.

familyName?: string

Property Value

string

name

The name of the SKU. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string