WindowsUserConfiguration.LoginMode Property

Definition

Gets or sets the login mode for the user.

public Microsoft.Azure.Batch.Common.LoginMode? LoginMode { get; set; }
member this.LoginMode : Nullable<Microsoft.Azure.Batch.Common.LoginMode> with get, set
Public Property LoginMode As Nullable(Of LoginMode)

Property Value

Remarks

The default value for VirtualMachineConfiguration pools is Interactive and for CloudServiceConfiguration pools is Batch.

Applies to