Share via


ComputeNodeReimageBatchRequest Constructor

Definition

Initializes a new instance of the ComputeNodeReimageBatchRequest class.

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

Parameters

serviceClient
BatchServiceClient

The service client to use.

parameters
Nullable<ComputeNodeReimageOption>

The parameters to use.

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Applies to