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 is 'batch'.

Applies to