PlatformUpdateParameters.Architecture Property

Definition

Gets or sets the OS architecture. Possible values include: 'amd64', 'x86', 'arm'

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to