Compartilhar via


ManagementLocksOperationsExtensions.DeleteByScopeAsync Método

Definição

Exclua um bloqueio de gerenciamento por escopo.

public static System.Threading.Tasks.Task DeleteByScopeAsync (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string scope, string lockName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteByScopeAsync : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteByScopeAsync (operations As IManagementLocksOperations, scope As String, lockName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
IManagementLocksOperations

O grupo de operações para esse método de extensão.

scope
String

O escopo do bloqueio.

lockName
String

O nome do bloqueio.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a