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


PoolOperationsExtensions.ListByBatchAccount Метод

Определение

Выведение списка всех пулов в указанной учетной записи.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool> ListByBatchAccount(this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default);
static member ListByBatchAccount : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * Nullable<int> * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>
<Extension()>
Public Function ListByBatchAccount (operations As IPoolOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing) As IPage(Of Pool)

Параметры

operations
IPoolOperations

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

resourceGroupName
String

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

accountName
String

Имя учетной записи пакетной службы.

maxresults
Nullable<Int32>

Максимальное количество элементов, возвращаемых в ответе.

select
String

Разделенный запятыми список свойств, которые должны быть возвращены. Например, "properties/provisioningState". Для выбора допустимы только свойства верхнего уровня в разделе properties/.

filter
String

Выражение фильтра OData. Допустимые свойства для фильтрации:

name properties/allocationState properties/allocationStateTransitionTime properties/creationTime properties/provisioningState properties/provisioningStateTransitionTime properties/lastModified properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale properties/scaleSettings/fixedScale

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

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