次の方法で共有


GalleryApplication.SupportedOSType プロパティ

定義

このプロパティを取得または設定すると、アプリケーションがビルドされる OS のサポートされている種類を指定できます。 <br><br>使用可能な値は、 <br>& です。lt;br> Windows<br><br> Linux。 使用可能な値は、'Windows'、'Linux' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象