Uses of Class
com.azure.compute.batch.models.ImageReference
Packages that use ImageReference
-
Uses of ImageReference in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ImageReferenceModifier and TypeMethodDescriptionstatic ImageReference
ImageReference.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ImageReference from the JsonReader.BatchSupportedImage.getImageReference()
Get the imageReference property: The reference to the Azure Virtual Machine's Marketplace Image.VirtualMachineConfiguration.getImageReference()
Get the imageReference property: A reference to the Azure Virtual Machines Marketplace Image or the custom Virtual Machine Image to use.VirtualMachineInfo.getImageReference()
Get the imageReference property: The reference to the Azure Virtual Machine's Marketplace Image.ImageReference.setCommunityGalleryImageId
(String communityGalleryImageId) Set the communityGalleryImageId property: The community gallery image unique identifier.Set the offer property: The offer type of the Azure Virtual Machines Marketplace Image.ImageReference.setPublisher
(String publisher) Set the publisher property: The publisher of the Azure Virtual Machines Marketplace Image.ImageReference.setSharedGalleryImageId
(String sharedGalleryImageId) Set the sharedGalleryImageId property: The shared gallery image unique identifier.Set the sku property: The SKU of the Azure Virtual Machines Marketplace Image.ImageReference.setVersion
(String version) Set the version property: The version of the Azure Virtual Machines Marketplace Image.ImageReference.setVirtualMachineImageId
(String virtualMachineImageId) Set the virtualMachineImageId property: The ARM resource identifier of the Azure Compute Gallery Image.Constructors in com.azure.compute.batch.models with parameters of type ImageReferenceModifierConstructorDescriptionVirtualMachineConfiguration
(ImageReference imageReference, String nodeAgentSkuId) Creates an instance of VirtualMachineConfiguration class.