Uses of Class
com.azure.resourcemanager.netapp.models.ReestablishReplicationRequest
Packages that use ReestablishReplicationRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of ReestablishReplicationRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type ReestablishReplicationRequestModifier and TypeMethodDescriptionVolumesClient.beginReestablishReplication
(String resourceGroupName, String accountName, String poolName, String volumeName, ReestablishReplicationRequest body) Re-establish volume replication Re-establish a previously deleted replication between 2 volumes that have a common ad-hoc or policy-based snapshots.VolumesClient.beginReestablishReplication
(String resourceGroupName, String accountName, String poolName, String volumeName, ReestablishReplicationRequest body, com.azure.core.util.Context context) Re-establish volume replication Re-establish a previously deleted replication between 2 volumes that have a common ad-hoc or policy-based snapshots.void
VolumesClient.reestablishReplication
(String resourceGroupName, String accountName, String poolName, String volumeName, ReestablishReplicationRequest body) Re-establish volume replication Re-establish a previously deleted replication between 2 volumes that have a common ad-hoc or policy-based snapshots.void
VolumesClient.reestablishReplication
(String resourceGroupName, String accountName, String poolName, String volumeName, ReestablishReplicationRequest body, com.azure.core.util.Context context) Re-establish volume replication Re-establish a previously deleted replication between 2 volumes that have a common ad-hoc or policy-based snapshots. -
Uses of ReestablishReplicationRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return ReestablishReplicationRequestModifier and TypeMethodDescriptionReestablishReplicationRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ReestablishReplicationRequest from the JsonReader.ReestablishReplicationRequest.withSourceVolumeId
(String sourceVolumeId) Set the sourceVolumeId property: Resource id of the source volume for the replication.Methods in com.azure.resourcemanager.netapp.models with parameters of type ReestablishReplicationRequestModifier and TypeMethodDescriptionvoid
Volume.reestablishReplication
(ReestablishReplicationRequest body) Re-establish volume replication Re-establish a previously deleted replication between 2 volumes that have a common ad-hoc or policy-based snapshots.void
Volume.reestablishReplication
(ReestablishReplicationRequest body, com.azure.core.util.Context context) Re-establish volume replication Re-establish a previously deleted replication between 2 volumes that have a common ad-hoc or policy-based snapshots.void
Volumes.reestablishReplication
(String resourceGroupName, String accountName, String poolName, String volumeName, ReestablishReplicationRequest body) Re-establish volume replication Re-establish a previously deleted replication between 2 volumes that have a common ad-hoc or policy-based snapshots.void
Volumes.reestablishReplication
(String resourceGroupName, String accountName, String poolName, String volumeName, ReestablishReplicationRequest body, com.azure.core.util.Context context) Re-establish volume replication Re-establish a previously deleted replication between 2 volumes that have a common ad-hoc or policy-based snapshots.