ManagementLocksOperationsExtensions.DeleteByScope Method

Definition

Delete a management lock by scope.

public static void DeleteByScope (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string scope, string lockName);
static member DeleteByScope : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * string -> unit
<Extension()>
Public Sub DeleteByScope (operations As IManagementLocksOperations, scope As String, lockName As String)

Parameters

operations
IManagementLocksOperations

The operations group for this extension method.

scope
String

The scope for the lock.

lockName
String

The name of lock.

Applies to