Partager via


PoolUpdatePropertiesBatchRequest Constructeur

Définition

Initialise une nouvelle instance de la classe PoolUpdatePropertiesBatchRequest.

public PoolUpdatePropertiesBatchRequest (Microsoft.Azure.Batch.Protocol.BatchServiceClient serviceClient, Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesParameter parameters, System.Threading.CancellationToken cancellationToken);
new Microsoft.Azure.Batch.Protocol.BatchRequests.PoolUpdatePropertiesBatchRequest : Microsoft.Azure.Batch.Protocol.BatchServiceClient * Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesParameter * System.Threading.CancellationToken -> Microsoft.Azure.Batch.Protocol.BatchRequests.PoolUpdatePropertiesBatchRequest
Public Sub New (serviceClient As BatchServiceClient, parameters As PoolUpdatePropertiesParameter, cancellationToken As CancellationToken)

Paramètres

serviceClient
BatchServiceClient

Client de service à utiliser.

parameters
PoolUpdatePropertiesParameter

Paramètres à utiliser.

cancellationToken
CancellationToken

Contrôle CancellationToken de la durée de vie de la requête.

S’applique à