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
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)