RecommendationsOperationsExtensions.List Method

Definition

Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Advisor.Models.ResourceRecommendationBase> List (this Microsoft.Azure.Management.Advisor.IRecommendationsOperations operations, string filter = default, int? top = default, string skipToken = default);
static member List : Microsoft.Azure.Management.Advisor.IRecommendationsOperations * string * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Advisor.Models.ResourceRecommendationBase>
<Extension()>
Public Function List (operations As IRecommendationsOperations, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing) As IPage(Of ResourceRecommendationBase)

Parameters

operations
IRecommendationsOperations

The operations group for this extension method.

filter
String

The filter to apply to the recommendations.

top
Nullable<Int32>

The number of recommendations per page if a paged version of this API is being used.

skipToken
String

The page-continuation token to use with a paged version of this API.

Returns

Applies to