Partager via


IPoolOperations.ListByBatchAccountWithHttpMessagesAsync Méthode

Définition

Répertorie tous les pools du compte spécifié.

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)))

Paramètres

resourceGroupName
String

Nom du groupe de ressources qui contient le compte Batch.

accountName
String

Le nom du compte Batch.

maxresults
Nullable<Int32>

Nombre maximal d’éléments à retourner dans la réponse.

select
String

Liste séparée par des virgules des propriétés qui doivent être retournées. Par exemple, « properties/provisioningState ». Seules les propriétés de niveau supérieur sous propriétés/ sont valides pour la sélection.

filter
String

Expression de filtre OData. Les propriétés valides pour le filtrage sont les suivantes :

propriétés name/allocationState properties/allocationStateTransitionTime properties/creationTime properties/provisioningState properties/provisioningState properties/lastModified properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale properties/scaleSettings/fixedScale

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsque la réponse ne peut pas être désérialisée

Levée lorsqu’un paramètre requis a la valeur Null

S’applique à