UserAccount.LinuxUserConfiguration プロパティ

定義

Linux ノードでユーザー アカウントを作成するために使用される追加のプロパティを取得または設定します。

public Microsoft.Azure.Batch.LinuxUserConfiguration LinuxUserConfiguration { get; set; }
member this.LinuxUserConfiguration : Microsoft.Azure.Batch.LinuxUserConfiguration with get, set
Public Property LinuxUserConfiguration As LinuxUserConfiguration

プロパティ値

注釈

このプロパティは、Windows プールで指定されている場合は無視されます。 指定しない場合、ユーザーは既定のオプションを使用して作成されます。

適用対象