Partager via


PoolListOptions Constructeurs

Définition

Surcharges

PoolListOptions()

Initialise une nouvelle instance de la classe PoolListOptions.

PoolListOptions(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>)

Initialise une nouvelle instance de la classe PoolListOptions.

PoolListOptions()

Initialise une nouvelle instance de la classe PoolListOptions.

public PoolListOptions ();
Public Sub New ()

S’applique à

PoolListOptions(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>)

Initialise une nouvelle instance de la classe PoolListOptions.

public PoolListOptions (string filter = default, string select = default, string expand = default, int? maxResults = default, int? timeout = default, Guid? clientRequestId = default, bool? returnClientRequestId = default, DateTime? ocpDate = default);
new Microsoft.Azure.Batch.Protocol.Models.PoolListOptions : string * string * string * Nullable<int> * Nullable<int> * Nullable<Guid> * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.PoolListOptions
Public Sub New (Optional filter As String = Nothing, Optional select As String = Nothing, Optional expand As String = Nothing, Optional maxResults As Nullable(Of Integer) = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional clientRequestId As Nullable(Of Guid) = Nothing, Optional returnClientRequestId As Nullable(Of Boolean) = Nothing, Optional ocpDate As Nullable(Of DateTime) = Nothing)

Paramètres

filter
String

Clause de $filter OData. Pour plus d’informations sur la construction de ce filtre, consultez https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-pools.

select
String

Clause de $select OData.

expand
String

Clause de $expand OData.

maxResults
Nullable<Int32>

Nombre maximal d’éléments à retourner dans la réponse. Un maximum de 1 000 pools peuvent être retournés.

timeout
Nullable<Int32>

Durée maximale que le serveur peut consacrer au traitement de la demande, en secondes. La valeur par défaut est 30 secondes.

clientRequestId
Nullable<Guid>

Identité de requête générée par l’appelant, sous la forme d’un GUID sans décoration telle que des accolades, par exemple 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.

returnClientRequestId
Nullable<Boolean>

Indique si le serveur doit retourner l’id client-request-id dans la réponse.

ocpDate
Nullable<DateTime>

Heure à laquelle la demande a été émise. Les bibliothèques clientes définissent généralement cette valeur sur l’heure actuelle de l’horloge système ; définissez-la explicitement si vous appelez directement l’API REST.

S’applique à