Uses of Class
com.azure.resourcemanager.compute.models.DiskRestorePointInstanceView
-
Packages that use DiskRestorePointInstanceView Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DiskRestorePointInstanceView in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DiskRestorePointInstanceView Modifier and Type Method Description DiskRestorePointInstanceViewDiskRestorePointInstanceView. withId(String id)Set the id property: Disk restore point Id.DiskRestorePointInstanceViewDiskRestorePointInstanceView. withReplicationStatus(Object replicationStatus)Set the replicationStatus property: The disk restore point replication status information.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskRestorePointInstanceView Modifier and Type Method Description List<DiskRestorePointInstanceView>RestorePointInstanceView. diskRestorePoints()Get the diskRestorePoints property: The disk restore points information.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DiskRestorePointInstanceView Modifier and Type Method Description RestorePointInstanceViewRestorePointInstanceView. withDiskRestorePoints(List<DiskRestorePointInstanceView> diskRestorePoints)Set the diskRestorePoints property: The disk restore points information.
-