Uses of Class
com.azure.resourcemanager.netapp.models.VolumeRevert
Packages that use VolumeRevert
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of VolumeRevert in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type VolumeRevertModifier and TypeMethodDescriptionVolumesClient.beginRevert
(String resourceGroupName, String accountName, String poolName, String volumeName, VolumeRevert body) Revert a volume to one of its snapshots Revert a volume to the snapshot specified in the body.VolumesClient.beginRevert
(String resourceGroupName, String accountName, String poolName, String volumeName, VolumeRevert body, com.azure.core.util.Context context) Revert a volume to one of its snapshots Revert a volume to the snapshot specified in the body.void
VolumesClient.revert
(String resourceGroupName, String accountName, String poolName, String volumeName, VolumeRevert body) Revert a volume to one of its snapshots Revert a volume to the snapshot specified in the body.void
VolumesClient.revert
(String resourceGroupName, String accountName, String poolName, String volumeName, VolumeRevert body, com.azure.core.util.Context context) Revert a volume to one of its snapshots Revert a volume to the snapshot specified in the body. -
Uses of VolumeRevert in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return VolumeRevertModifier and TypeMethodDescriptionstatic VolumeRevert
VolumeRevert.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeRevert from the JsonReader.VolumeRevert.withSnapshotId
(String snapshotId) Set the snapshotId property: Resource id of the snapshot.Methods in com.azure.resourcemanager.netapp.models with parameters of type VolumeRevertModifier and TypeMethodDescriptionvoid
Volume.revert
(VolumeRevert body) Revert a volume to one of its snapshots Revert a volume to the snapshot specified in the body.void
Volume.revert
(VolumeRevert body, com.azure.core.util.Context context) Revert a volume to one of its snapshots Revert a volume to the snapshot specified in the body.void
Volumes.revert
(String resourceGroupName, String accountName, String poolName, String volumeName, VolumeRevert body) Revert a volume to one of its snapshots Revert a volume to the snapshot specified in the body.void
Volumes.revert
(String resourceGroupName, String accountName, String poolName, String volumeName, VolumeRevert body, com.azure.core.util.Context context) Revert a volume to one of its snapshots Revert a volume to the snapshot specified in the body.