Uses of Class
com.microsoft.azure.management.batchai.ImageReference
Packages that use ImageReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of ImageReference in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return ImageReferenceModifier 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.Methods in com.microsoft.azure.management.batchai with parameters of type ImageReferenceModifier and TypeMethodDescriptionVirtualMachineConfiguration.withImageReference
(ImageReference imageReference) Set oS image reference for cluster nodes.