Freigeben über


ArmResource.GetManagementLock(String, CancellationToken) Methode

Definition

Rufen Sie eine Verwaltungssperre nach Bereich ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Vorgangs-IdManagementLocks_GetByScope
public virtual Azure.Response<Azure.ResourceManager.Resources.ManagementLockResource> GetManagementLock (string lockName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagementLock : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.ManagementLockResource>
override this.GetManagementLock : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.ManagementLockResource>
Public Overridable Function GetManagementLock (lockName As String, Optional cancellationToken As CancellationToken = Nothing) As 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: