Uses of Class
com.azure.resourcemanager.compute.models.RestorePointSourceVMDataDisk
Packages that use RestorePointSourceVMDataDisk
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointSourceVMDataDisk in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RestorePointSourceVMDataDiskModifier and TypeMethodDescriptionRestorePointSourceVMDataDisk.withCaching(CachingTypes caching) Set the caching property: Gets the caching type.RestorePointSourceVMDataDisk.withDiskRestorePoint(ApiEntityReference diskRestorePoint) Set the diskRestorePoint property: Gets the disk restore point Id.RestorePointSourceVMDataDisk.withDiskSizeGB(Integer diskSizeGB) Set the diskSizeGB property: Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks.Set the lun property: Gets the logical unit number.RestorePointSourceVMDataDisk.withManagedDisk(ManagedDiskParameters managedDisk) Set the managedDisk property: Gets the managed disk details.Set the name property: Gets the disk name.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RestorePointSourceVMDataDiskModifier and TypeMethodDescriptionRestorePointSourceVMStorageProfile.dataDisks()Get the dataDisks property: Gets the data disks of the VM captured at the time of the restore point creation.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type RestorePointSourceVMDataDiskModifier and TypeMethodDescriptionRestorePointSourceVMStorageProfile.withDataDisks(List<RestorePointSourceVMDataDisk> dataDisks) Set the dataDisks property: Gets the data disks of the VM captured at the time of the restore point creation.