ComputeNodeAddUserBatchRequest コンストラクター

定義

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

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

パラメーター

serviceClient
BatchServiceClient

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

parameters
ComputeNodeUser

使用するパラメーター。

cancellationToken
CancellationToken

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

適用対象