ImageReference Class
A reference to an Azure Virtual Machines Marketplace image or the Azure Image resource of a custom Virtual Machine. To get the list of all imageReferences verified by Azure Batch, see the 'List supported node agent SKUs' operation.
Constructor
ImageReference(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
publisher
|
The publisher of the Azure Virtual Machines Marketplace image. |
|
offer
|
The offer type of the Azure Virtual Machines Marketplace image. |
|
sku
|
The SKU of the Azure Virtual Machines Marketplace image. |
|
version
|
The version of the Azure Virtual Machines Marketplace image. |
|
id
|
The ARM resource identifier of the Azure Compute Gallery Image. Compute Nodes in the Pool will be created using this Image Id. This is of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionId}. |
|
shared_gallery_image_id
|
The shared gallery image unique identifier. |
|
community_gallery_image_id
|
The community gallery image unique identifier. |
Attributes
community_gallery_image_id
The community gallery image unique identifier.
community_gallery_image_id: str | None
id
The ARM resource identifier of the Azure Compute Gallery Image. Compute Nodes in the Pool will be created using this Image Id. This is of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionId}.
id: str | None
offer
The offer type of the Azure Virtual Machines Marketplace image.
offer: str | None
publisher
The publisher of the Azure Virtual Machines Marketplace image.
publisher: str | None
shared_gallery_image_id
The shared gallery image unique identifier.
shared_gallery_image_id: str | None
sku
The SKU of the Azure Virtual Machines Marketplace image.
sku: str | None
version
The version of the Azure Virtual Machines Marketplace image.
version: str | None