Compartir a través de


ManagementLockOperationsExtensions.DeleteAtResourceLevel Método

Definición

Elimina el bloqueo de administración de un recurso o cualquier nivel por debajo del 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

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

resourceGroupName
String

Obligatorio. Nombre del grupo de recursos.

identity
Microsoft.Azure.ResourceIdentity

Obligatorio. Identidad del recurso.

lockName
String

Obligatorio. Nombre del bloqueo.

Devoluciones

Microsoft.Azure.AzureOperationResponse

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

Se aplica a