다음을 통해 공유


AvailableSkusOperationsExtensions.ListNext Method

Definition

List all the available Skus and information related to them.

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

Parameters

operations
IAvailableSkusOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to