ManagementLocksOperationsExtensions.DeleteByScopeAsync メソッド

定義

スコープ別に管理ロックを削除します。

public static System.Threading.Tasks.Task DeleteByScopeAsync (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string scope, string lockName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteByScopeAsync : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteByScopeAsync (operations As IManagementLocksOperations, scope As String, lockName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IManagementLocksOperations

この拡張メソッドの操作グループ。

scope
String

ロックのスコープ。

lockName
String

ロックの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象