次の方法で共有


RunCommandDocumentBase.OsType プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象