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

ArmResource.GetManagementLockAsync(String, CancellationToken) 方法

定义

按范围获取管理锁。

  • 请求路径/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 操作IdManagementLocks_GetByScope
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ManagementLockResource>> GetManagementLockAsync (string lockName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagementLockAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ManagementLockResource>>
override this.GetManagementLockAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ManagementLockResource>>
Public Overridable Function GetManagementLockAsync (lockName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagementLockResource))

参数

lockName
String

锁的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

lockName 为 null。

lockName 是一个空字符串,预期为非空。

适用于