Share via


ManagementLockOperationsExtensions.ListAtSubscriptionLevel Method

Definition

Gets all the management locks of a subscription.

public static Microsoft.Azure.Management.Resources.Models.ManagementLockListResult ListAtSubscriptionLevel (this Microsoft.Azure.Management.Resources.IManagementLockOperations operations, Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter parameters);
static member ListAtSubscriptionLevel : Microsoft.Azure.Management.Resources.IManagementLockOperations * Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter -> Microsoft.Azure.Management.Resources.Models.ManagementLockListResult
<Extension()>
Public Function ListAtSubscriptionLevel (operations As IManagementLockOperations, parameters As ManagementLockGetQueryParameter) As ManagementLockListResult

Parameters

operations
IManagementLockOperations

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

parameters
ManagementLockGetQueryParameter

Optional. Query parameters. If empty is passed returns all locks at, above or below the subscription.

Returns

List of management locks.

Applies to