次の方法で共有


OSDiskImage.OperatingSystem プロパティ

定義

osDiskImage のオペレーティング システムを取得または設定します。 使用可能な値は次のとおりです: 'Windows'、'Linux'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象