VolumesOperationsExtensions.BeginBreakFileLocks Method

Definition

Break all the file locks on a volume

public static Microsoft.Azure.Management.NetApp.Models.VolumesBreakFileLocksHeaders BeginBreakFileLocks (this Microsoft.Azure.Management.NetApp.IVolumesOperations operations, string resourceGroupName, string accountName, string poolName, string volumeName, Microsoft.Azure.Management.NetApp.Models.BreakFileLocksRequest body = default);
static member BeginBreakFileLocks : Microsoft.Azure.Management.NetApp.IVolumesOperations * string * string * string * string * Microsoft.Azure.Management.NetApp.Models.BreakFileLocksRequest -> Microsoft.Azure.Management.NetApp.Models.VolumesBreakFileLocksHeaders
<Extension()>
Public Function BeginBreakFileLocks (operations As IVolumesOperations, resourceGroupName As String, accountName As String, poolName As String, volumeName As String, Optional body As BreakFileLocksRequest = Nothing) As VolumesBreakFileLocksHeaders

Parameters

operations
IVolumesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The name of the NetApp account

poolName
String

The name of the capacity pool

volumeName
String

The name of the volume

body
BreakFileLocksRequest

Optional body to provide the ability to clear file locks with selected options

Returns

Remarks

Break all the file locks on a volume

Applies to