共用方式為


RecommendationsOperationsExtensions.ListHistoryForHostingEnvironmentAsync 方法

定義

取得應用程式過去的建議,選擇性地由時間範圍指定。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>> ListHistoryForHostingEnvironmentAsync (this Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations operations, string resourceGroupName, string hostingEnvironmentName, bool? expiredOnly = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListHistoryForHostingEnvironmentAsync : Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations * string * string * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>>
<Extension()>
Public Function ListHistoryForHostingEnvironmentAsync (operations As IRecommendationsOperations, resourceGroupName As String, hostingEnvironmentName As String, Optional expiredOnly As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RecommendationInner))

參數

operations
IRecommendationsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源所屬資源群組的名稱。

hostingEnvironmentName
String

主控環境的名稱。

expiredOnly
Nullable<Boolean>

指定 < 程式碼 > false < /code > 以傳回所有建議。 預設值為 < 程式碼 > true < /code > ,只會傳回過期的建議。

filter
String

篩選是使用 OData 語法來指定。 範例:$filter=channel eq 'Api' 或 channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

應用程式過去建議的描述,選擇性地由時間範圍指定。

適用於