WindowsUserConfiguration Constructors

Definition

Overloads

WindowsUserConfiguration()

Default constructor to support mocking the WindowsUserConfiguration class.

WindowsUserConfiguration(Nullable<LoginMode>)

Initializes a new instance of the WindowsUserConfiguration class.

WindowsUserConfiguration()

Source:
WindowsUserConfiguration.cs

Default constructor to support mocking the WindowsUserConfiguration class.

protected WindowsUserConfiguration ();
Protected Sub New ()

Applies to

WindowsUserConfiguration(Nullable<LoginMode>)

Source:
WindowsUserConfiguration.cs

Initializes a new instance of the WindowsUserConfiguration class.

public WindowsUserConfiguration (Microsoft.Azure.Batch.Common.LoginMode? loginMode = default);
new Microsoft.Azure.Batch.WindowsUserConfiguration : Nullable<Microsoft.Azure.Batch.Common.LoginMode> -> Microsoft.Azure.Batch.WindowsUserConfiguration
Public Sub New (Optional loginMode As Nullable(Of LoginMode) = Nothing)

Parameters

loginMode
Nullable<LoginMode>

The login mode for the user.

Applies to