ManagementLocksOperationsExtensions.DeleteAtResourceLevel メソッド

定義

リソースの管理ロック、またはリソースより下の任意のレベルを削除します。

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

パラメーター

operations
IManagementLocksOperations

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

resourceGroupName
String

削除するロックを持つリソースを含むリソース グループの名前。

resourceProviderNamespace
String

削除するロックを持つリソースのリソース プロバイダー名前空間。

parentResourcePath
String

親リソース ID。

resourceType
String

削除するロックを持つリソースのリソースの種類。

resourceName
String

削除するロックを持つリソースの名前。

lockName
String

削除するロックの名前。

注釈

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

適用対象