Sdílet prostřednictvím


DevicesOperationsExtensions.ListBySubscriptionNext Method

Definition

Gets all the data box edge/gateway devices in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice> ListBySubscriptionNext (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice>
<Extension()>
Public Function ListBySubscriptionNext (operations As IDevicesOperations, nextPageLink As String) As IPage(Of DataBoxEdgeDevice)

Parameters

operations
IDevicesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to