ArmNetAppModelFactory.NetAppVolumeBreakFileLocksContent Method

Definition

public static Azure.ResourceManager.NetApp.Models.NetAppVolumeBreakFileLocksContent NetAppVolumeBreakFileLocksContent(System.Net.IPAddress clientIP = default, bool? confirmRunningDisruptiveOperation = default);
static member NetAppVolumeBreakFileLocksContent : System.Net.IPAddress * Nullable<bool> -> Azure.ResourceManager.NetApp.Models.NetAppVolumeBreakFileLocksContent
Public Shared Function NetAppVolumeBreakFileLocksContent (Optional clientIP As IPAddress = Nothing, Optional confirmRunningDisruptiveOperation As Nullable(Of Boolean) = Nothing) As NetAppVolumeBreakFileLocksContent

Parameters

clientIP
IPAddress

To clear file locks on a volume for a particular client.

confirmRunningDisruptiveOperation
Nullable<Boolean>

Break File locks could be a disruptive operation for application as locks on the volume will be broken, if want to process, set to true.

Returns

A new NetAppVolumeBreakFileLocksContent instance for mocking.

Applies to