Поделиться через


BatchAccountOperationsExtensions.ListNext Метод

Определение

Возвращает сведения об учетных записях пакетной службы, связанных с подпиской.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.BatchAccount> ListNext (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.BatchAccount>
<Extension()>
Public Function ListNext (operations As IBatchAccountOperations, nextPageLink As String) As IPage(Of BatchAccount)

Параметры

operations
IBatchAccountOperations

Группа операций для этого метода расширения.

nextPageLink
String

NextLink из предыдущего успешного вызова операции List.

Возвращаемое значение

Применяется к