次の方法で共有


VirtualMachineScaleSetOSProfile.LinuxConfiguration プロパティ

定義

仮想マシン上の Linux オペレーティング システムの設定を取得または設定します。 サポートされている Linux ディストリビューションの一覧については、「 Linux on Azure-Endorsed Distributions」を参照してください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象