你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

Inheritance
azure.mgmt.batch._serialization.Model
ImageReference

Constructor

ImageReference(*, publisher: str | None = None, offer: str | None = None, sku: str | None = None, version: str | None = None, id: str | None = None, shared_gallery_image_id: str | None = None, community_gallery_image_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
publisher
str

For example, Canonical or MicrosoftWindowsServer.

offer
str

For example, UbuntuServer or WindowsServer.

sku
str

For example, 18.04-LTS or 2022-datacenter.

version
str

A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.

id
str

This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.

shared_gallery_image_id
str

This property is mutually exclusive with other properties and can be fetched from shared gallery image GET call.

community_gallery_image_id
str

This property is mutually exclusive with other properties and can be fetched from community gallery image GET call.

Variables

Name Description
publisher
str

For example, Canonical or MicrosoftWindowsServer.

offer
str

For example, UbuntuServer or WindowsServer.

sku
str

For example, 18.04-LTS or 2022-datacenter.

version
str

A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.

id
str

This property is mutually exclusive with other properties. The Azure Compute Gallery Image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.

shared_gallery_image_id
str

This property is mutually exclusive with other properties and can be fetched from shared gallery image GET call.

community_gallery_image_id
str

This property is mutually exclusive with other properties and can be fetched from community gallery image GET call.