ManagementLocksOperationsExtensions.DeleteByScope メソッド

定義

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

public static void DeleteByScope (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string scope, string lockName);
static member DeleteByScope : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * string -> unit
<Extension()>
Public Sub DeleteByScope (operations As IManagementLocksOperations, scope As String, lockName As String)

パラメーター

operations
IManagementLocksOperations

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

scope
String

ロックのスコープ。

lockName
String

ロックの名前。

適用対象