次の方法で共有


VirtualMachineProfile.OsType プロパティ

定義

イメージの OS の種類を取得します。 使用可能な値は次のとおりです: 'Windows'、'Linux'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象