FileDeleteFromTaskBatchRequest コンストラクター

定義

FileDeleteFromTaskBatchRequest クラスの新しいインスタンスを初期化します。

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

パラメーター

serviceClient
BatchServiceClient

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

parameters
Nullable<Boolean>

使用するパラメーター。

cancellationToken
CancellationToken

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

適用対象