Compartir a través de


AccountsOperationsExtensions.ListBySubscriptionNext Método

Definición

Devuelve la lista de cuentas.

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)

Parámetros

operations
IAccountsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a