WindowsUserConfiguration.LoginMode Property

Definition

Gets or sets login mode for user

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode. Possible values include: 'Batch', 'Interactive'

Applies to