次の方法で共有


ComputeNodeUser.Commit メソッド

定義

コンピューティング ノードでユーザー アカウントを作成または更新するための呼び出しをブロックします。

public void Commit (Microsoft.Azure.Batch.ComputeNodeUserCommitSemantics addOrUpdate = Microsoft.Azure.Batch.ComputeNodeUserCommitSemantics.AddUser, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.Commit : Microsoft.Azure.Batch.ComputeNodeUserCommitSemantics * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub Commit (Optional addOrUpdate As ComputeNodeUserCommitSemantics = Microsoft.Azure.Batch.ComputeNodeUserCommitSemantics.AddUser, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

addOrUpdate
ComputeNodeUserCommitSemantics

実行するコミット操作の種類を選択します。

additionalBehaviors
IEnumerable<BatchClientBehavior>

現在の オブジェクトの CustomBehaviors の後に適用される BatchClientBehavior インスタンスのコレクション。

適用対象