Uses of Class
com.microsoft.azure.management.compute.ImageDisk
Packages that use ImageDisk
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ImageDisk in com.microsoft.azure.management.compute
Subclasses of ImageDisk in com.microsoft.azure.management.computeModifier and TypeClassDescriptionclassDescribes a data disk.classDescribes an Operating System disk.Methods in com.microsoft.azure.management.compute that return ImageDiskModifier and TypeMethodDescriptionImageDisk.withBlobUri(String blobUri) Set the Virtual Hard Disk.ImageDisk.withCaching(CachingTypes caching) Set specifies the caching requirements.ImageDisk.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set specifies the customer managed disk encryption set resource id for the managed image disk.ImageDisk.withDiskSizeGB(Integer diskSizeGB) Set specifies the size of empty data disks in gigabytes.ImageDisk.withManagedDisk(com.microsoft.azure.SubResource managedDisk) Set the managedDisk.ImageDisk.withSnapshot(com.microsoft.azure.SubResource snapshot) Set the snapshot.ImageDisk.withStorageAccountType(StorageAccountTypes storageAccountType) Set specifies the storage account type for the managed disk.