Compartir a través de


ManagementLockOperationsExtensions.DeleteAtResourceGroupLevelAsync Método

Definición

Elimina el bloqueo de administración de un 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

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

resourceGroup
String

Necesario. Los nombres del grupo de recursos.

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