LoginMode Struct
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.
LoginMode enums.
public readonly struct LoginMode : IEquatable<Azure.Compute.Batch.LoginMode>
type LoginMode = struct
Public Structure LoginMode
Implements IEquatable(Of LoginMode)
- Inheritance
-
LoginMode
- Implements
Constructors
| Name | Description |
|---|---|
| LoginMode(String) |
Initializes a new instance of LoginMode. |
Properties
| Name | Description |
|---|---|
| Batch |
The LOGON32_LOGON_BATCH Win32 login mode. The batch login mode is recommended for long running parallel processes. |
| Interactive |
The LOGON32_LOGON_INTERACTIVE Win32 login mode. UAC is enabled on Windows VirtualMachineConfiguration Pools. If this option is used with an elevated user identity in a Windows VirtualMachineConfiguration Pool, the user session will not be elevated unless the application executed by the Task command line is configured to always require administrative privilege or to always require maximum privilege. |
Methods
| Name | Description |
|---|---|
| Equals(LoginMode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(LoginMode, LoginMode) |
Determines if two LoginMode values are the same. |
| Implicit(String to LoginMode) | |
| Inequality(LoginMode, LoginMode) |
Determines if two LoginMode values are not the same. |