Share via


BatchNodeUserCreateOptions(String) Constructor

Definition

Initializes a new instance of BatchNodeUserCreateOptions.

public BatchNodeUserCreateOptions(string name);
new Azure.Compute.Batch.BatchNodeUserCreateOptions : string -> Azure.Compute.Batch.BatchNodeUserCreateOptions
Public Sub New (name As String)

Parameters

name
String

The user name of the Account.

Exceptions

name is null.

Applies to