Uses of Class
com.microsoft.azure.management.batchai.ImageReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of ImageReference in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionVirtualMachineConfiguration.imageReference()
Get oS image reference for cluster nodes.Set offer of the image.ImageReference.withPublisher
(String publisher) Set publisher of the image.Set sKU of the image.ImageReference.withVersion
(String version) Set version of the image.ImageReference.withVirtualMachineImageId
(String virtualMachineImageId) Set the ARM resource identifier of the virtual machine image for the compute nodes.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.withImageReference
(ImageReference imageReference) Set oS image reference for cluster nodes.