PolicyExemptionsOperationsExtensions.ListNextAsync メソッド

定義

サブスクリプションに適用されるすべてのポリシー除外を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.PolicyExemption>> ListNextAsync (this Microsoft.Azure.Management.ResourceManager.IPolicyExemptionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : 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 ListNextAsync (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が指定されていない場合、フィルター処理されていない一覧には、サブスクリプションに関連付けられているすべてのポリシー除外が含まれます。これには、指定されたサブスクリプションを含む管理グループに直接適用されるものや、サブスクリプション内に含まれるオブジェクトに適用されるものも含まれます。

適用対象