Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageReference

Package version

interface

An interface representing ImageReference. The OS image reference.

Hierarchy

  • ImageReference

Index

Properties

offer

offer: string
member

{string} offer Offer. Offer of the image.

publisher

publisher: string
member

{string} publisher Publisher. Publisher of the image.

sku

sku: string
member

{string} sku SKU. SKU of the image.

Optional version

version: undefined | string
member

{string} [version] Version. Version of the image.

Optional virtualMachineImageId

virtualMachineImageId: undefined | string
member

{string} [virtualMachineImageId] Custom VM image resource ID. The ARM resource identifier of the virtual machine image for the compute nodes. This is of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName}. The virtual machine image must be in the same region and subscription as the cluster. 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. Note, you need to provide publisher, offer and sku of the base OS image of which the custom image has been derived from.

Generated using TypeDoc