次の方法で共有


OSDisk.OsType プロパティ

定義

このプロパティを取得または設定すると、ユーザー イメージまたは特殊化された VHD から VM を作成する場合に、ディスクに含まれる OS の種類を指定できます。 <br><br>使用可能な値は、 <br>& です。lt;br> Windows<br><br> Linux。 使用可能な値は、'Windows'、'Linux' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象