RecommendationsOperationsExtensions.ListHistoryForWebAppAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式過去的建議,選擇性地由時間範圍指定。
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>> ListHistoryForWebAppAsync (this Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations operations, string resourceGroupName, string siteName, bool? expiredOnly = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListHistoryForWebAppAsync : 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 ListHistoryForWebAppAsync (operations As IRecommendationsOperations, resourceGroupName As String, siteName 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
資源所屬資源群組的名稱。
- siteName
- String
應用程式的名稱。
指定 < 程式碼 > 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
取消語彙基元。
傳回
備註
應用程式過去建議的描述,選擇性地由時間範圍指定。