ComputeNodeRebootBatchRequest コンストラクター

定義

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)

パラメーター

serviceClient
BatchServiceClient

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

parameters
Nullable<ComputeNodeRebootOption>

使用するパラメーター。

cancellationToken
CancellationToken

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

適用対象