共用方式為


UserAccount.WindowsUserConfiguration 屬性

定義

取得或設定使用者帳戶的 Windows 特定使用者組態。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

只有在使用者位於 Windows 集區時,才能指定這個屬性。 如果未指定且在 Windows 集區上,則會使用預設選項來建立使用者。

適用於