GalleryImage.Architecture Property

Definition

Gets or sets possible values include: 'x64', 'Arm64'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to