共用方式為


AccountsOperationsExtensions.ListBySubscriptionNext Method

Definition

Returns list of Accounts.

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

Parameters

operations
IAccountsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to