次の方法で共有


PoolOperations.CreateComputeNodeUser(String, String) メソッド

定義

Batch サービスに ComputeNodeUser まだ存在しない新しいコンピューティング ノード ユーザー アカウントを表す を作成します。

public Microsoft.Azure.Batch.ComputeNodeUser CreateComputeNodeUser (string poolId, string computeNodeId);
member this.CreateComputeNodeUser : string * string -> Microsoft.Azure.Batch.ComputeNodeUser
Public Function CreateComputeNodeUser (poolId As String, computeNodeId As String) As ComputeNodeUser

パラメーター

poolId
String

コンピューティング ノードを含むプールの ID。

computeNodeId
String

ユーザー アカウントが作成されるコンピューティング ノードの ID。

戻り値

コンピューティング ノードに追加されていない新しいユーザー アカウントを表す非連結 ComputeNodeUser

注釈

新しいユーザーを追加するには、 を呼び出します CommitAsync(ComputeNodeUserCommitSemantics, IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象