RecommendationsOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Azure SDK for .NET