次の方法で共有


GalleryImageUpdate.OsType プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象