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

ArmResource.GetManagementLock(String, CancellationToken) 方法

定义

按范围获取管理锁。

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

参数

lockName
String

锁的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

lockName 为 null。

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

适用于