BatchSupportedImage interface

A reference to the Azure Virtual Machines Marketplace Image and additional information about the Image.

Properties

capabilities

The capabilities or features which the Image supports. Not every capability of the Image is listed. Capabilities in this list are considered of special interest and are generally related to integration with other features in the Azure Batch service.

imageReference

The reference to the Azure Virtual Machine's Marketplace Image.

nodeAgentSkuId

The ID of the Compute Node agent SKU which the Image supports.

osType

The type of operating system (e.g. Windows or Linux) of the Image.

supportEndDate

The time when the Azure Batch service will stop accepting create Pool requests for the Image.

verificationType

Whether the Azure Batch service actively verifies that the Image is compatible with the associated Compute Node agent SKU.

Property Details

capabilities

The capabilities or features which the Image supports. Not every capability of the Image is listed. Capabilities in this list are considered of special interest and are generally related to integration with other features in the Azure Batch service.

capabilities?: string[]

Property Value

string[]

imageReference

The reference to the Azure Virtual Machine's Marketplace Image.

imageReference: BatchVmImageReference

Property Value

nodeAgentSkuId

The ID of the Compute Node agent SKU which the Image supports.

nodeAgentSkuId: string

Property Value

string

osType

The type of operating system (e.g. Windows or Linux) of the Image.

osType: OSType

Property Value

supportEndDate

The time when the Azure Batch service will stop accepting create Pool requests for the Image.

supportEndDate?: Date

Property Value

Date

verificationType

Whether the Azure Batch service actively verifies that the Image is compatible with the associated Compute Node agent SKU.

verificationType: ImageVerificationType

Property Value