BatchNodeUserCreateContent(String) Constructor

Definition

Initializes a new instance of BatchNodeUserCreateContent.

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

Parameters

name
String

The user name of the Account.

Exceptions

name is null.

Applies to