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


IPoolOperations.ListByBatchAccountWithHttpMessagesAsync Метод

Определение

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>>> ListByBatchAccountWithHttpMessagesAsync (string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByBatchAccountWithHttpMessagesAsync : string * string * Nullable<int> * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>>>
Public Function ListByBatchAccountWithHttpMessagesAsync (resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Pool)))

Параметры

resourceGroupName
String

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

accountName
String

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

maxresults
Nullable<Int32>

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

select
String

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

filter
String

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

свойства name/allocationState properties/allocationStateTransitionTime properties/creationTime properties/provisioningState properties/provisioningStateTransitionTime properties/lastModified properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale properties/scaleSettings/fixedScale

customHeaders
Dictionary<String,List<String>>

Заголовки, которые будут добавлены в запрос.

cancellationToken
CancellationToken

Токен отмены.

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

Исключения

Возникает, когда операция возвращает недопустимый код состояния

Возникает, если не удается десериализовать ответ

Возникает, если обязательный параметр имеет значение NULL

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