LocationBasedRecommendedActionSessionsResultOperationsExtensions.ListNext Method

Definition

Recommendation action session operation result.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.RecommendationAction> ListNext (this Microsoft.Azure.Management.MySQL.ILocationBasedRecommendedActionSessionsResultOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.MySQL.ILocationBasedRecommendedActionSessionsResultOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.RecommendationAction>
<Extension()>
Public Function ListNext (operations As ILocationBasedRecommendedActionSessionsResultOperations, nextPageLink As String) As IPage(Of RecommendationAction)

Parameters

operations
ILocationBasedRecommendedActionSessionsResultOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to