ValidateRequest.ContainerImageRepository Property

Definition

Gets or sets repository name (image name)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to