PoolStopResizeBatchRequest(BatchServiceClient, CancellationToken) コンストラクター

定義

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

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

パラメーター

serviceClient
BatchServiceClient

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

cancellationToken
CancellationToken

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

適用対象