ImageInformation interface
An interface representing ImageInformation.
Properties
batch |
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. |
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. Possible values include: 'linux', 'windows' |
verification |
Whether the Azure Batch service actively verifies that the Image is compatible with the associated Compute Node agent SKU. Possible values include: 'verified', 'unverified' |
Property Details
batchSupportEndOfLife
The time when the Azure Batch service will stop accepting create Pool requests for the Image.
batchSupportEndOfLife?: Date
Property Value
Date
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: ImageReference
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 include: 'linux', 'windows'
osType: OSType
Property Value
verificationType
Whether the Azure Batch service actively verifies that the Image is compatible with the associated Compute Node agent SKU. Possible values include: 'verified', 'unverified'
verificationType: VerificationType