共用方式為


WindowsUserConfiguration Constructors

Definition

Overloads

WindowsUserConfiguration()

Initializes a new instance of the WindowsUserConfiguration class.

WindowsUserConfiguration(Nullable<LoginMode>)

Initializes a new instance of the WindowsUserConfiguration class.

WindowsUserConfiguration()

Source:
WindowsUserConfiguration.cs

Initializes a new instance of the WindowsUserConfiguration class.

public WindowsUserConfiguration ();
Public Sub New ()

Applies to

WindowsUserConfiguration(Nullable<LoginMode>)

Source:
WindowsUserConfiguration.cs

Initializes a new instance of the WindowsUserConfiguration class.

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

Parameters

loginMode
Nullable<LoginMode>

The login mode for the user

Applies to