Compartir a través de


ManagementLockOperationsExtensions.DeleteAtSubscriptionLevelAsync Método

Definición

Elimina el bloqueo de administración de una suscripción.

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

Parámetros

operations
IManagementLockOperations

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

lockName
String

Obligatorio. 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