SnapshotUpdate.OsType プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象