ArmNetAppModelFactory.NetAppVolumeBreakReplicationContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumeBreakReplicationContent NetAppVolumeBreakReplicationContent(bool? forceBreakReplication = default);
static member NetAppVolumeBreakReplicationContent : Nullable<bool> -> Azure.ResourceManager.NetApp.Models.NetAppVolumeBreakReplicationContent
Public Shared Function NetAppVolumeBreakReplicationContent (Optional forceBreakReplication As Nullable(Of Boolean) = Nothing) As NetAppVolumeBreakReplicationContent
Parameters
If replication is in status transferring and you want to force break the replication, set to true.
Returns
A new NetAppVolumeBreakReplicationContent instance for mocking.