你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementLockOperationsExtensions.ListAtSubscriptionLevel 方法

定义

获取订阅的所有管理锁。

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

参数

operations
IManagementLockOperations

对 Microsoft.Azure.Management.Resources.IManagementLockOperations 的引用。

parameters
ManagementLockGetQueryParameter

可选。 查询参数。 如果传递空 ,则返回订阅上方或下方的所有锁。

返回

管理锁的列表。

适用于