Share via


ManagementLocksOperationsExtensions.DeleteAtSubscriptionLevel メソッド

定義

サブスクリプション レベルで管理ロックを削除します。

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

パラメーター

operations
IManagementLocksOperations

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

lockName
String

削除するロックの名前。

注釈

管理ロックを削除するには、Microsoft.Authorization/* または Microsoft.Authorization/locks/* アクションにアクセスできる必要があります。 組み込みロールのうち、所有者とユーザー アクセス管理者にのみこれらのアクションが許可されています。

適用対象