Uses of Class
com.azure.resourcemanager.batch.models.ImageReference
Packages that use ImageReference
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ImageReference in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ImageReferenceModifier and TypeMethodDescriptionVirtualMachineConfiguration.imageReference()Get the imageReference property: A reference to an Azure Virtual Machines Marketplace image or the Azure Image resource of a custom Virtual Machine.Set the id property: The ARM resource identifier of the Azure Compute Gallery Image.Set the offer property: The offer type of the Azure Virtual Machines Marketplace image.ImageReference.withPublisher(String publisher) Set the publisher property: The publisher of the Azure Virtual Machines Marketplace image.Set the sku property: The SKU of the Azure Virtual Machines Marketplace image.ImageReference.withVersion(String version) Set the version property: The version of the Azure Virtual Machines Marketplace image.Methods in com.azure.resourcemanager.batch.models with parameters of type ImageReferenceModifier and TypeMethodDescriptionVirtualMachineConfiguration.withImageReference(ImageReference imageReference) Set the imageReference property: A reference to an Azure Virtual Machines Marketplace image or the Azure Image resource of a custom Virtual Machine.