PolicyExemptionsOperationsExtensions.ListForManagementGroupNextAsync メソッド

定義

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

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

パラメーター

operations
IPolicyExemptionsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象