Uses of Class
com.microsoft.azure.management.compute.ImageDisk
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ImageDisk in com.microsoft.azure.management.compute
Modifier and TypeClassDescriptionclass
Describes a data disk.class
Describes an Operating System disk.Modifier 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.