FileDeleteFromComputeNodeBatchRequest Constructor

Definition

Initializes a new instance of the FileDeleteFromComputeNodeBatchRequest class.

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

Parameters

serviceClient
BatchServiceClient

The service client to use.

parameters
Nullable<Boolean>

The parameters to use.

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Applies to