Partilhar via


ManagementLocksOperationsExtensions.GetAtSubscriptionLevelAsync Método

Definição

Obtém um bloqueio de gerenciamento no nível da assinatura.

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

Parâmetros

operations
IManagementLocksOperations

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

lockName
String

O nome do bloqueio a ser obtido.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a