共用方式為


WindowsUserConfiguration.LoginMode 屬性

定義

取得或設定使用者的登入模式

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

指定使用者的登入模式。 VirtualMachineConfiguration 集區的預設值是互動式模式,而 CloudServiceConfiguration 集區則是批次模式。 可能的值包括:'Batch'、'Interactive'

適用於