Compartilhar via


ManagementLockOperationsExtensions.DeleteAtResourceLevel Método

Definição

Exclui o bloqueio de gerenciamento de um recurso ou qualquer nível abaixo do recurso.

public static Microsoft.Azure.AzureOperationResponse DeleteAtResourceLevel (this Microsoft.Azure.Management.Resources.IManagementLockOperations operations, string resourceGroupName, Microsoft.Azure.ResourceIdentity identity, string lockName);
static member DeleteAtResourceLevel : Microsoft.Azure.Management.Resources.IManagementLockOperations * string * Microsoft.Azure.ResourceIdentity * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function DeleteAtResourceLevel (operations As IManagementLockOperations, resourceGroupName As String, identity As ResourceIdentity, lockName As String) As AzureOperationResponse

Parâmetros

operations
IManagementLockOperations

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

resourceGroupName
String

Obrigatórios. O nome do grupo de recursos.

identity
Microsoft.Azure.ResourceIdentity

Obrigatórios. Identidade do recurso.

lockName
String

Obrigatórios. O nome do bloqueio.

Retornos

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