Compartir a través de


ManagementLockOperationsExtensions.DeleteAtResourceLevelAsync Método

Definición

Elimina el bloqueo de administración de un recurso o cualquier nivel por debajo del recurso.

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

Parámetros

operations
IManagementLockOperations

Referencia a Microsoft.Azure.Management.Resources.IManagementLockOperations.

resourceGroupName
String

Necesario. Nombre del grupo de recursos.

identity
Microsoft.Azure.ResourceIdentity

Necesario. Identidad del recurso.

lockName
String

Necesario. Nombre del bloqueo.

Devoluciones

Task<Microsoft.Azure.AzureOperationResponse>

Una respuesta de servicio estándar, incluidos un código de estado HTTP y un identificador de solicitud.

Se aplica a