ManagementLocksOperationsExtensions.GetAtSubscriptionLevel Method

Definition

Gets a management lock at the subscription level.

public static Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject GetAtSubscriptionLevel (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string lockName);
static member GetAtSubscriptionLevel : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string -> Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject
<Extension()>
Public Function GetAtSubscriptionLevel (operations As IManagementLocksOperations, lockName As String) As ManagementLockObject

Parameters

operations
IManagementLocksOperations

The operations group for this extension method.

lockName
String

The name of the lock to get.

Returns

Applies to