Uses of Class
com.azure.resourcemanager.compute.models.ImageDisk
Packages that use ImageDisk
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ImageDisk in com.azure.resourcemanager.compute.models
Subclasses of ImageDisk in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDescribes a data disk.final classDescribes an Operating System disk.Methods in com.azure.resourcemanager.compute.models that return ImageDiskModifier and TypeMethodDescriptionstatic ImageDiskImageDisk.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageDisk from the JsonReader.ImageDisk.withBlobUri(String blobUri) Set the blobUri property: The Virtual Hard Disk.ImageDisk.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.ImageDisk.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ImageDisk.withDiskSizeGB(Integer diskSizeGB) Set the diskSizeGB property: Specifies the size of empty data disks in gigabytes.ImageDisk.withManagedDisk(com.azure.core.management.SubResource managedDisk) Set the managedDisk property: The managedDisk.ImageDisk.withSnapshot(com.azure.core.management.SubResource snapshot) Set the snapshot property: The snapshot.ImageDisk.withStorageAccountType(StorageAccountTypes storageAccountType) Set the storageAccountType property: Specifies the storage account type for the managed disk.