PoolEnableAutoScaleBatchRequest コンストラクター

定義

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

public PoolEnableAutoScaleBatchRequest (Microsoft.Azure.Batch.Protocol.BatchServiceClient serviceClient, Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleParameter parameters, System.Threading.CancellationToken cancellationToken);
new Microsoft.Azure.Batch.Protocol.BatchRequests.PoolEnableAutoScaleBatchRequest : Microsoft.Azure.Batch.Protocol.BatchServiceClient * Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleParameter * System.Threading.CancellationToken -> Microsoft.Azure.Batch.Protocol.BatchRequests.PoolEnableAutoScaleBatchRequest
Public Sub New (serviceClient As BatchServiceClient, parameters As PoolEnableAutoScaleParameter, cancellationToken As CancellationToken)

パラメーター

serviceClient
BatchServiceClient

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

parameters
PoolEnableAutoScaleParameter

使用するパラメーター。

cancellationToken
CancellationToken

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

適用対象