Partager via


ComputeNodeRebootBatchRequest Constructeur

Définition

Initialise une nouvelle instance de la classe ComputeNodeRebootBatchRequest.

public ComputeNodeRebootBatchRequest (Microsoft.Azure.Batch.Protocol.BatchServiceClient serviceClient, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption? parameters, System.Threading.CancellationToken cancellationToken);
new Microsoft.Azure.Batch.Protocol.BatchRequests.ComputeNodeRebootBatchRequest : Microsoft.Azure.Batch.Protocol.BatchServiceClient * Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption> * System.Threading.CancellationToken -> Microsoft.Azure.Batch.Protocol.BatchRequests.ComputeNodeRebootBatchRequest
Public Sub New (serviceClient As BatchServiceClient, parameters As Nullable(Of ComputeNodeRebootOption), cancellationToken As CancellationToken)

Paramètres

serviceClient
BatchServiceClient

Client de service à utiliser.

parameters
Nullable<ComputeNodeRebootOption>

Paramètres à utiliser.

cancellationToken
CancellationToken

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

S’applique à