Uses of Class
com.azure.resourcemanager.compute.models.DiskRestorePointInstanceView
Packages that use DiskRestorePointInstanceView
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiskRestorePointInstanceView in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DiskRestorePointInstanceViewModifier and TypeClassDescriptionfinal classThe instance view of a disk restore point.Methods in com.azure.resourcemanager.compute.models that return DiskRestorePointInstanceViewModifier and TypeMethodDescriptionstatic DiskRestorePointInstanceViewDiskRestorePointInstanceView.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskRestorePointInstanceView from the JsonReader.Set the id property: Disk restore point Id.DiskRestorePointInstanceView.withReplicationStatus(DiskRestorePointReplicationStatus replicationStatus) Set the replicationStatus property: The disk restore point replication status information.DiskRestorePointInstanceView.withSnapshotAccessState(SnapshotAccessState snapshotAccessState) Set the snapshotAccessState property: The state of snapshot which determines the access availability of the snapshot.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskRestorePointInstanceViewModifier and TypeMethodDescriptionRestorePointInstanceView.diskRestorePoints()Get the diskRestorePoints property: The disk restore points information.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DiskRestorePointInstanceViewModifier and TypeMethodDescriptionRestorePointInstanceView.withDiskRestorePoints(List<DiskRestorePointInstanceView> diskRestorePoints) Set the diskRestorePoints property: The disk restore points information.