次の方法で共有


ComputeNode.CreateComputeNodeUser メソッド

定義

呼び出し元によって設定され、Azure Batch サービスのコンピューティング ノードにユーザー アカウントを作成するために使用される、バインドされていない ComputeNodeUser オブジェクトをインスタンス化します。

public Microsoft.Azure.Batch.ComputeNodeUser CreateComputeNodeUser ();
member this.CreateComputeNodeUser : unit -> Microsoft.Azure.Batch.ComputeNodeUser
Public Function CreateComputeNodeUser () As ComputeNodeUser

戻り値

ComputeNodeUser オブジェクト。

適用対象