次の方法で共有


ClusterGetProperties.OsType プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="osType")]
public string OsType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="osType")>]
member this.OsType : string with get, set
Public Property OsType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象