ManagementLockOperationsExtensions.DeleteAtResourceLevelAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Una respuesta de servicio estándar, incluidos un código de estado HTTP y un identificador de solicitud.
Se aplica a
Azure SDK for .NET