Uses of Class
com.azure.resourcemanager.netapp.models.BreakReplicationRequest
Packages that use BreakReplicationRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of BreakReplicationRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type BreakReplicationRequestModifier and TypeMethodDescriptionVolumesClient.beginBreakReplication(String resourceGroupName, String accountName, String poolName, String volumeName, BreakReplicationRequest body, com.azure.core.util.Context context) Break volume replication Break the replication connection on the destination volume.voidVolumesClient.breakReplication(String resourceGroupName, String accountName, String poolName, String volumeName, BreakReplicationRequest body, com.azure.core.util.Context context) Break volume replication Break the replication connection on the destination volume. -
Uses of BreakReplicationRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return BreakReplicationRequestModifier and TypeMethodDescriptionstatic BreakReplicationRequestBreakReplicationRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BreakReplicationRequest from the JsonReader.BreakReplicationRequest.withForceBreakReplication(Boolean forceBreakReplication) Set the forceBreakReplication property: If replication is in status transferring and you want to force break the replication, set to true.Methods in com.azure.resourcemanager.netapp.models with parameters of type BreakReplicationRequestModifier and TypeMethodDescriptionvoidVolume.breakReplication(BreakReplicationRequest body, com.azure.core.util.Context context) Break volume replication Break the replication connection on the destination volume.voidVolumes.breakReplication(String resourceGroupName, String accountName, String poolName, String volumeName, BreakReplicationRequest body, com.azure.core.util.Context context) Break volume replication Break the replication connection on the destination volume.