BreakFileLocksRequest Constructors
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.
Overloads
BreakFileLocksRequest() |
Initializes a new instance of the BreakFileLocksRequest class. |
BreakFileLocksRequest(String, Nullable<Boolean>) |
Initializes a new instance of the BreakFileLocksRequest class. |
BreakFileLocksRequest()
Initializes a new instance of the BreakFileLocksRequest class.
public BreakFileLocksRequest ();
Public Sub New ()
Applies to
BreakFileLocksRequest(String, Nullable<Boolean>)
Initializes a new instance of the BreakFileLocksRequest class.
public BreakFileLocksRequest (string clientIP = default, bool? confirmRunningDisruptiveOperation = default);
new Microsoft.Azure.Management.NetApp.Models.BreakFileLocksRequest : string * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.BreakFileLocksRequest
Public Sub New (Optional clientIP As String = Nothing, Optional confirmRunningDisruptiveOperation As Nullable(Of Boolean) = Nothing)
Parameters
- clientIP
- String
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.