Share via


ComputeNodeDeallocateBatchRequest Constructor

Definition

Initializes a new instance of the ComputeNodeDeallocateBatchRequest class.

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

Parameters

serviceClient
BatchServiceClient

The service client to use.

parameters
Nullable<ComputeNodeDeallocateOption>

The parameters to use.

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Applies to