次の方法で共有


PoolPatchBatchRequest コンストラクター

定義

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

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

パラメーター

serviceClient
BatchServiceClient

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

parameters
PoolPatchParameter

使用するパラメーター。

cancellationToken
CancellationToken

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

適用対象