NodesOperationsExtensions.ListByDataBoxEdgeDeviceNext Method

Definition

Gets all the nodes currently configured under this Data Box Edge device

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

Parameters

operations
INodesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to