Uses of Class
com.azure.resourcemanager.compute.models.ImageReference
Packages that use ImageReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ImageReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ImageReferenceModifier and TypeMethodDescriptionstatic ImageReferenceImageReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageReference from the JsonReader.KnownLinuxVirtualMachineImage.imageReference()KnownWindowsVirtualMachineImage.imageReference()StorageProfile.imageReference()Get the imageReference property: Specifies information about the image to use.VirtualMachineImage.imageReference()VirtualMachineScaleSetStorageProfile.imageReference()Get the imageReference property: Specifies information about the image to use.VirtualMachineScaleSetUpdateStorageProfile.imageReference()Get the imageReference property: The image reference.VirtualMachineScaleSetVM.platformImageReference()UpgradeOperationHistoricalStatusInfoProperties.targetImageReference()Get the targetImageReference property: Image Reference details.ImageReference.withCommunityGalleryImageId(String communityGalleryImageId) Set the communityGalleryImageId property: Specified the community gallery image unique id for vm deployment.Set the offer property: Specifies the offer of the platform image or marketplace image used to create the virtual machine.ImageReference.withPublisher(String publisher) Set the publisher property: The image publisher.ImageReference.withSharedGalleryImageId(String sharedGalleryImageId) Set the sharedGalleryImageId property: Specified the shared gallery image unique id for vm deployment.Set the sku property: The image SKU.ImageReference.withVersion(String version) Set the version property: Specifies the version of the platform image or marketplace image used to create the virtual machine.Methods in com.azure.resourcemanager.compute.models with parameters of type ImageReferenceModifier and TypeMethodDescriptionStorageProfile.withImageReference(ImageReference imageReference) Set the imageReference property: Specifies information about the image to use.VirtualMachineScaleSetStorageProfile.withImageReference(ImageReference imageReference) Set the imageReference property: Specifies information about the image to use.VirtualMachineScaleSetUpdateStorageProfile.withImageReference(ImageReference imageReference) Set the imageReference property: The image reference.VirtualMachine.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference) Specifies a version of a market-place Linux image to be used as the virtual machine's OS.VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference) Specifies the specific version of a market-place Linux image that should be used.VirtualMachine.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference) Specifies a version of a marketplace Windows image to be used as the virtual machine's OS.VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference) Specifies the specific version of a marketplace Windows image needs to be used.