Freigeben über


ArmResource.GetManagementLockAsync(String, CancellationToken) Methode

Definition

Abrufen einer Verwaltungssperre nach Bereich.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Vorgang IdManagementLocks_GetByScope
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ManagementLockResource>> GetManagementLockAsync (string lockName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagementLockAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ManagementLockResource>>
override this.GetManagementLockAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ManagementLockResource>>
Public Overridable Function GetManagementLockAsync (lockName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagementLockResource))

Parameter

lockName
String

Der Name der Sperre.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

lockName ist NULL.

lockName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

Gilt für: