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


BatchAccountOperationsExtensions.ListByResourceGroupNext Метод

Определение

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

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

Параметры

operations
IBatchAccountOperations

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

nextPageLink
String

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

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

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