ComputeNodeDisableSchedulingBatchRequest コンストラクター

定義

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)

パラメーター

serviceClient
BatchServiceClient

使用するサービス クライアント。

parameters
Nullable<DisableComputeNodeSchedulingOption>

使用するパラメーター。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

適用対象