RecommendationsOperationsExtensions.ListNext 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> ListNext (this Microsoft.Azure.Management.Advisor.IRecommendationsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Advisor.IRecommendationsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Advisor.Models.ResourceRecommendationBase>
<Extension()>
Public Function ListNext (operations As IRecommendationsOperations, nextPageLink As String) As IPage(Of ResourceRecommendationBase)

Parameters

operations
IRecommendationsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to