Partager via


ManagementLocksOperationsExtensions.DeleteByScopeAsync Méthode

Définition

Supprimez un verrou de gestion par étendue.

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

Paramètres

operations
IManagementLocksOperations

Groupe d’opérations pour cette méthode d’extension.

scope
String

Étendue du verrou.

lockName
String

Nom du verrou.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à