Share via


PolicyAssignmentsOperationsExtensions.ListForManagementGroupNextAsync メソッド

定義

管理グループに適用されるすべてのポリシー割り当てを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment>> ListForManagementGroupNextAsync (this Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListForManagementGroupNextAsync : Microsoft.Azure.Management.ResourceManager.IPolicyAssignmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.PolicyAssignment>>
<Extension()>
Public Function ListForManagementGroupNextAsync (operations As IPolicyAssignmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PolicyAssignment))

パラメーター

operations
IPolicyAssignmentsOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

この操作は、指定された$filterに一致する管理グループに適用されるすべてのポリシー割り当ての一覧を取得します。 $filterの有効な値は、'atScope()'、'atExactScope()' または 'policyDefinitionId eq '{value}' です。 $filter=atScope() が指定されている場合、返されるリストには、管理グループまたは管理グループの先祖に割り当てられているすべてのポリシー割り当てが含まれます。 $filter=atExactScope() が指定されている場合、返されるリストには、管理グループにあるすべてのポリシー割り当てが含まれます。 $filter=policyDefinitionId eq '{value}' が指定されている場合、返されるリストには、管理グループに適用される ID が {value} であるポリシー定義のすべてのポリシー割り当てが含まれます。

適用対象