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() |
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
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET