Share via


AddonsOperationsExtensions.ListNext(IAddonsOperations, String) Method

Definition

List addons in a private cloud

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

Parameters

operations
IAddonsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to