次の方法で共有


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 プールで指定した場合、このプロパティは無視されます。 指定しない場合、ユーザーは既定のオプションを使用して作成されます。

適用対象