Uses of Class
com.microsoft.azure.management.batch.ImageReference
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ImageReference in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionVirtualMachineConfiguration.imageReference()
Get the imageReference value.Set this property is mutually exclusive with other properties.Set for example, UbuntuServer or WindowsServer.ImageReference.withPublisher
(String publisher) Set for example, Canonical or MicrosoftWindowsServer.Set for example, 18.04-LTS or 2019-Datacenter.ImageReference.withVersion
(String version) Set a value of 'latest' can be specified to select the latest version of an image.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.withImageReference
(ImageReference imageReference) Set the imageReference value.