次の方法で共有


SuppressionsOperationsExtensions.ListNextAsync メソッド

定義

サブスクリプションのスヌーズまたは無視された抑制の一覧を取得します。 推奨事項のスヌーズまたは無視された属性は、抑制と呼ばれます。

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

パラメーター

operations
ISuppressionsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象