次の方法で共有


IoTRole.HostPlatform プロパティ

定義

IoT ロールでサポートされているホスト OS を取得または設定します。 使用可能な値は、'Windows'、'Linux' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象