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. |
| image |
The reference to the Azure Virtual Machine's Marketplace Image. |
| node |
The ID of the Compute Node agent SKU which the Image supports. |
| os |
The type of operating system (e.g. Windows or Linux) of the Image. |
| support |
The time when the Azure Batch service will stop accepting create Pool requests for the Image. |
| verification |
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