Share via


LoginMode Struct

Definition

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

LoginMode(String)

Initializes a new instance of LoginMode.

Properties

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

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

Equality(LoginMode, LoginMode)

Determines if two LoginMode values are the same.

Implicit(String to LoginMode)

Converts a string to a LoginMode.

Inequality(LoginMode, LoginMode)

Determines if two LoginMode values are not the same.

Applies to