次の方法で共有


SupportedCapabilities.Architecture プロパティ

定義

OS ディスクでサポートされている CPU アーキテクチャを取得または設定します。 使用できる値は、'x64'、'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

適用対象