NodesOperationsExtensions.ListByDataBoxEdgeDeviceNextAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Node>> ListByDataBoxEdgeDeviceNextAsync (this Microsoft.Azure.Management.DataBoxEdge.INodesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByDataBoxEdgeDeviceNextAsync : Microsoft.Azure.Management.DataBoxEdge.INodesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Node>>
<Extension()>
Public Function ListByDataBoxEdgeDeviceNextAsync (operations As INodesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to