Compartir a través de


ManagementLocksOperationsExtensions.DeleteByScope Método

Definición

Elimine un bloqueo de administración por ámbito.

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)

Parámetros

operations
IManagementLocksOperations

El grupo de operaciones de este método de extensión.

scope
String

Ámbito del bloqueo.

lockName
String

Nombre del bloqueo.

Se aplica a