WindowsUserConfiguration Constructors
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.
Overloads
| Name | Description |
|---|---|
| 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)