Compartilhar via


ManagementLockOperationsExtensions.DeleteAtResourceGroupLevelAsync Método

Definição

Exclui o bloqueio de gerenciamento de um grupo de recursos.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAtResourceGroupLevelAsync (this Microsoft.Azure.Management.Resources.IManagementLockOperations operations, string resourceGroup, string lockName);
static member DeleteAtResourceGroupLevelAsync : Microsoft.Azure.Management.Resources.IManagementLockOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAtResourceGroupLevelAsync (operations As IManagementLockOperations, resourceGroup As String, lockName As String) As Task(Of AzureOperationResponse)

Parâmetros

operations
IManagementLockOperations

Referência ao Microsoft.Azure.Management.Resources.IManagementLockOperations.

resourceGroup
String

Obrigatórios. Os nomes do grupo de recursos.

lockName
String

Obrigatórios. O nome do bloqueio.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a