Freigeben über


ManagementLocksOperationsExtensions.GetByScopeAsync Methode

Definition

Rufen Sie eine Verwaltungssperre nach Bereich ab.

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

Parameter

operations
IManagementLocksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Der Bereich für die Sperre.

lockName
String

Der Name der Sperre.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: