ManagementLockOperationsExtensions.DeleteAtResourceGroupLevel Method

Definition

Deletes the management lock of a resource group.

public static Microsoft.Azure.AzureOperationResponse DeleteAtResourceGroupLevel (this Microsoft.Azure.Management.Resources.IManagementLockOperations operations, string resourceGroup, string lockName);
static member DeleteAtResourceGroupLevel : Microsoft.Azure.Management.Resources.IManagementLockOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function DeleteAtResourceGroupLevel (operations As IManagementLockOperations, resourceGroup As String, lockName As String) As AzureOperationResponse

Parameters

operations
IManagementLockOperations

Reference to the Microsoft.Azure.Management.Resources.IManagementLockOperations.

resourceGroup
String

Required. The resource group names.

lockName
String

Required. The name of lock.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to