BatchClient.CreateComputeNodeUser(NewComputeNodeUserParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new compute node user.
public void CreateComputeNodeUser (Microsoft.Azure.Commands.Batch.Models.NewComputeNodeUserParameters options);
member this.CreateComputeNodeUser : Microsoft.Azure.Commands.Batch.Models.NewComputeNodeUserParameters -> unit
Public Sub CreateComputeNodeUser (options As NewComputeNodeUserParameters)
Parameters
- options
- NewComputeNodeUserParameters
The options to use when creating the compute node user.