你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserAccount.LinuxUserConfiguration 属性

定义

获取或设置用户帐户的特定于 Linux 的用户配置。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

如果在 Windows 池上指定此属性,则忽略此属性。 如果未指定,则使用默认选项创建用户。

适用于