Partager via


ComputeNodeDisableSchedulingBatchRequest Constructeur

Définition

Initialise une nouvelle instance de la classe ComputeNodeDisableSchedulingBatchRequest.

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

Paramètres

serviceClient
BatchServiceClient

Client de service à utiliser.

parameters
Nullable<DisableComputeNodeSchedulingOption>

Paramètres à utiliser.

cancellationToken
CancellationToken

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

S’applique à