次の方法で共有


PlatformUpdateParameters.Architecture プロパティ

定義

OS アーキテクチャを取得または設定します。 使用できる値は、'amd64'、'x86'、'386'、'arm'、'arm64' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象