次の方法で共有


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 は空の文字列であり、空でないと予想されていました。

適用対象