ArmNetAppModelFactory.NetAppVolumeBreakFileLocksContent 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.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.
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.