RecommendationsOperationsExtensions.ListAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列出訂用帳戶的所有建議。
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>> ListAsync (this Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations operations, bool? featured = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>>
<Extension()>
Public Function ListAsync (operations As IRecommendationsOperations, Optional featured As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RecommendationInner))
參數
- operations
- IRecommendationsOperations
這個擴充方法的作業群組。
指定 < 程式碼 > true < /code > ,只傳回最重要的建議。 預設值為 <> 代碼 false < /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
取消語彙基元。
傳回
備註
列出訂用帳戶的所有建議的描述。