ManagementLockOperationsExtensions.ListAtSubscriptionLevel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET