PolicyExemptionsOperationsExtensions.ListForResourceGroupNextAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.PolicyExemption>> ListForResourceGroupNextAsync (this Microsoft.Azure.Management.ResourceManager.IPolicyExemptionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListForResourceGroupNextAsync : 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 ListForResourceGroupNextAsync (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が指定されていない場合、フィルター処理されていない一覧には、リソース グループに関連付けられているすべてのポリシー除外が含まれます。これには、直接適用されるもの、含まれているスコープから適用されるもの、およびリソース グループ内に含まれるリソースに適用されるものも含まれます。

適用対象