Uses of Class
com.azure.resourcemanager.compute.models.ImageDataDisk
-
Packages that use ImageDataDisk Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ImageDataDisk in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ImageDataDisk Modifier and Type Method Description ImageDataDiskImageDataDisk. withBlobUri(String blobUri)Set the blobUri property: The Virtual Hard Disk.ImageDataDiskImageDataDisk. withCaching(CachingTypes caching)Set the caching property: Specifies the caching requirements.ImageDataDiskImageDataDisk. withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ImageDataDiskImageDataDisk. withDiskSizeGB(Integer diskSizeGB)Set the diskSizeGB property: Specifies the size of empty data disks in gigabytes.ImageDataDiskImageDataDisk. withLun(int lun)Set the lun property: Specifies the logical unit number of the data disk.ImageDataDiskImageDataDisk. withManagedDisk(com.azure.core.management.SubResource managedDisk)Set the managedDisk property: The managedDisk.ImageDataDiskImageDataDisk. withSnapshot(com.azure.core.management.SubResource snapshot)Set the snapshot property: The snapshot.ImageDataDiskImageDataDisk. withStorageAccountType(StorageAccountTypes storageAccountType)Set the storageAccountType property: Specifies the storage account type for the managed disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ImageDataDisk Modifier and Type Method Description Map<Integer,ImageDataDisk>VirtualMachineCustomImage. dataDiskImages()List<ImageDataDisk>ImageStorageProfile. dataDisks()Get the dataDisks property: Specifies the parameters that are used to add a data disk to a virtual machine.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type ImageDataDisk Modifier and Type Method Description ImageStorageProfileImageStorageProfile. withDataDisks(List<ImageDataDisk> dataDisks)Set the dataDisks property: Specifies the parameters that are used to add a data disk to a virtual machine.
-