Udostępnij za pośrednictwem


ComputeNodeRebootBatchRequest Constructor

Definition

Initializes a new instance of the ComputeNodeRebootBatchRequest class.

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)

Parameters

serviceClient
BatchServiceClient

The service client to use.

parameters
Nullable<ComputeNodeRebootOption>

The parameters to use.

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Applies to