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

ManagementLocksOperationsExtensions.GetAtResourceLevelAsync 方法

定义

获取资源或低于资源的任何级别的管理锁。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject> GetAtResourceLevelAsync (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string lockName, System.Threading.CancellationToken cancellationToken = default);
static member GetAtResourceLevelAsync : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject>
<Extension()>
Public Function GetAtResourceLevelAsync (operations As IManagementLocksOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, lockName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagementLockObject)

参数

operations
IManagementLocksOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

resourceProviderNamespace
String

资源提供程序的命名空间。

parentResourcePath
String

某些服务(如 SQL 数据库)需要额外的路径参数。

resourceType
String

资源类型。

resourceName
String

资源的名称。

lockName
String

锁的名称。

cancellationToken
CancellationToken

取消标记。

返回

适用于