Share via


BatchSupportedImageOutput interface

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

Properties

batchSupportEndOfLife

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

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.

Possible values: "linux", "windows"

verificationType

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

Possible values: "verified", "unverified"

Property Details

batchSupportEndOfLife

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

batchSupportEndOfLife?: string

Property Value

string

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: BatchVmImageReferenceOutput

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.

Possible values: "linux", "windows"

osType: string

Property Value

string

verificationType

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

Possible values: "verified", "unverified"

verificationType: string

Property Value

string