Share via


BatchUserAccount.WindowsUserLoginMode Property

Definition

Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.

public Azure.ResourceManager.Batch.Models.BatchWindowsLoginMode? WindowsUserLoginMode { get; set; }
member this.WindowsUserLoginMode : Nullable<Azure.ResourceManager.Batch.Models.BatchWindowsLoginMode> with get, set
Public Property WindowsUserLoginMode As Nullable(Of BatchWindowsLoginMode)

Property Value

Applies to