次の方法で共有


RecommendationsOperationsExtensions.ListHistoryForWebAppNextAsync メソッド

定義

必要に応じて時間範囲で指定された、アプリの過去の推奨事項を取得します。

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

パラメーター

operations
IRecommendationsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[Get past recommendations for an app]\(アプリの過去の推奨事項を取得する\) の説明。必要に応じて時間範囲で指定します。

適用対象