Udostępnij za pośrednictwem


PoolOperationsExtensions.ListByBatchAccountAsync Metoda

Definicja

Wyświetla listę wszystkich pul na określonym koncie.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>> ListByBatchAccountAsync (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, int? maxresults = default, string select = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBatchAccountAsync : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>>
<Extension()>
Public Function ListByBatchAccountAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Pool))

Parametry

operations
IPoolOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów zawierającej konto usługi Batch.

accountName
String

Nazwa konta usługi Batch.

maxresults
Nullable<Int32>

Maksymalna liczba elementów do zwrócenia w odpowiedzi.

select
String

Rozdzielona przecinkami lista właściwości, które powinny zostać zwrócone. np. "properties/provisioningState". Tylko właściwości najwyższego poziomu w obszarze właściwości/ są prawidłowe do wyboru.

filter
String

Wyrażenie filtru OData. Prawidłowe właściwości filtrowania to:

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

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy