ImageReferenceResponse

data class ImageReferenceResponse(val communityGalleryImageId: String? = null, val id: String? = null, val offer: String? = null, val publisher: String? = null, val sharedGalleryImageId: String? = null, val sku: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(communityGalleryImageId: String? = null, id: String? = null, offer: String? = null, publisher: String? = null, sharedGalleryImageId: String? = null, sku: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

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://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.

Link copied to clipboard
val offer: String? = null

For example, UbuntuServer or WindowsServer.

Link copied to clipboard
val publisher: String? = null

For example, Canonical or MicrosoftWindowsServer.

Link copied to clipboard

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

Link copied to clipboard
val sku: String? = null

For example, 18.04-LTS or 2022-datacenter.

Link copied to clipboard
val version: String? = null

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