Uses of Class
com.azure.resourcemanager.compute.models.RestorePointSourceVMDataDisk
-
Packages that use RestorePointSourceVMDataDisk Package Description com.azure.resourcemanager.compute.models 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 RestorePointSourceVMDataDisk Modifier and Type Method Description RestorePointSourceVMDataDiskRestorePointSourceVMDataDisk. withCaching(CachingTypes caching)Set the caching property: Gets the caching type.RestorePointSourceVMDataDiskRestorePointSourceVMDataDisk. withDiskRestorePoint(ApiEntityReference diskRestorePoint)Set the diskRestorePoint property: Gets the disk restore point Id.RestorePointSourceVMDataDiskRestorePointSourceVMDataDisk. 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.RestorePointSourceVMDataDiskRestorePointSourceVMDataDisk. withLun(Integer lun)Set the lun property: Gets the logical unit number.RestorePointSourceVMDataDiskRestorePointSourceVMDataDisk. withManagedDisk(ManagedDiskParameters managedDisk)Set the managedDisk property: Gets the managed disk details.RestorePointSourceVMDataDiskRestorePointSourceVMDataDisk. withName(String name)Set the name property: Gets the disk name.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RestorePointSourceVMDataDisk Modifier and Type Method Description List<RestorePointSourceVMDataDisk>RestorePointSourceVMStorageProfile. 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 RestorePointSourceVMDataDisk Modifier and Type Method Description RestorePointSourceVMStorageProfileRestorePointSourceVMStorageProfile. withDataDisks(List<RestorePointSourceVMDataDisk> dataDisks)Set the dataDisks property: Gets the data disks of the VM captured at the time of the restore point creation.
-