Uses of Class
com.azure.resourcemanager.compute.models.GalleryDiskImageSource
Packages that use GalleryDiskImageSource
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryDiskImageSource in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryDiskImageSourceModifier and TypeMethodDescriptionstatic GalleryDiskImageSourceGalleryDiskImageSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryDiskImageSource from the JsonReader.GalleryDiskImage.source()Get the source property: The source for the disk image.Set the id property: The id of the gallery artifact version source.GalleryDiskImageSource.withStorageAccountId(String storageAccountId) Set the storageAccountId property: The Storage Account Id that contains the vhd blob being used as a source for this artifact version.Set the uri property: The uri of the gallery artifact version source.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryDiskImageSourceModifier and TypeMethodDescriptionGalleryDataDiskImage.withSource(GalleryDiskImageSource source) Set the source property: The source for the disk image.GalleryDiskImage.withSource(GalleryDiskImageSource source) Set the source property: The source for the disk image.GalleryOSDiskImage.withSource(GalleryDiskImageSource source) Set the source property: The source for the disk image.