Share via


WindowsUserConfiguration.LoginMode Property

Definition

Gets or sets the login mode for the user

[Newtonsoft.Json.JsonProperty(PropertyName="loginMode")]
public Microsoft.Azure.Batch.Protocol.Models.LoginMode? LoginMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="loginMode")>]
member this.LoginMode : Nullable<Microsoft.Azure.Batch.Protocol.Models.LoginMode> with get, set
Public Property LoginMode As Nullable(Of LoginMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The default value for VirtualMachineConfiguration Pools is 'batch' and for CloudServiceConfiguration Pools is 'interactive'. Possible values include: 'batch', 'interactive'

Applies to