ValidateRequest.ContainerImagePlatform Property

Definition

Gets or sets platform (windows or linux)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to