GalleryApplicationUpdate.SupportedOSType プロパティ

定義

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

適用対象