Uses of Class
com.azure.resourcemanager.compute.models.ImageDataDisk
Packages that use ImageDataDisk
Package
Description
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 ImageDataDiskModifier and TypeMethodDescriptionstatic ImageDataDiskImageDataDisk.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageDataDisk from the JsonReader.ImageDataDisk.withBlobUri(String blobUri) Set the blobUri property: The Virtual Hard Disk.ImageDataDisk.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.ImageDataDisk.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ImageDataDisk.withDiskSizeGB(Integer diskSizeGB) Set the diskSizeGB property: Specifies the size of empty data disks in gigabytes.ImageDataDisk.withLun(int lun) Set the lun property: Specifies the logical unit number of the data disk.ImageDataDisk.withManagedDisk(com.azure.core.management.SubResource managedDisk) Set the managedDisk property: The managedDisk.ImageDataDisk.withSnapshot(com.azure.core.management.SubResource snapshot) Set the snapshot property: The snapshot.ImageDataDisk.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 ImageDataDiskModifier and TypeMethodDescriptionVirtualMachineCustomImage.dataDiskImages()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 ImageDataDiskModifier and TypeMethodDescriptionImageStorageProfile.withDataDisks(List<ImageDataDisk> dataDisks) Set the dataDisks property: Specifies the parameters that are used to add a data disk to a virtual machine.