Uses of Class
com.microsoft.azure.management.batch.ImageReference
-
-
Uses of ImageReference in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ImageReference Modifier and Type Method Description ImageReferenceVirtualMachineConfiguration. imageReference()Get the imageReference value.ImageReferenceImageReference. withId(String id)Set the id value.ImageReferenceImageReference. withOffer(String offer)Set the offer value.ImageReferenceImageReference. withPublisher(String publisher)Set the publisher value.ImageReferenceImageReference. withSku(String sku)Set the sku value.ImageReferenceImageReference. withVersion(String version)Set the version value.Methods in com.microsoft.azure.management.batch with parameters of type ImageReference Modifier and Type Method Description VirtualMachineConfigurationVirtualMachineConfiguration. withImageReference(ImageReference imageReference)Set the imageReference value.
-