Uses of Class
com.azure.resourcemanager.batch.models.ImageReference
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ImageReference in com.azure.resourcemanager.batch.models
Modifier 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 Shared Image 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.Modifier 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.