PolicyAssignmentsOperationsExtensions.Delete メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポリシーの割り当てを削除します。
public static Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment Delete (this Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations operations, string scope, string policyAssignmentName);
static member Delete : Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment
<Extension()>
Public Function Delete (operations As IPolicyAssignmentsOperations, scope As String, policyAssignmentName As String) As PolicyAssignment
パラメーター
- operations
- IPolicyAssignmentsOperations
この拡張メソッドの操作グループ。
- scope
- String
ポリシー割り当てのスコープ。 有効なスコープは、管理グループ (形式: '/providers/Microsoft.Management/managementGroups/{managementGroup}')、サブスクリプション (形式: '/subscriptions/{subscriptionId}')、リソース グループ (形式: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}') です。 またはリソース (形式: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'
- policyAssignmentName
- String
削除するポリシー割り当ての名前。
戻り値
注釈
この操作は、ポリシー割り当ての名前と作成されたスコープを指定して、削除します。 ポリシー割り当てのスコープは、'/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}' の前の ID の一部です。
適用対象
Azure SDK for .NET