Share via


ImportImageParametersInner.TargetTags Property

Definition

Gets or sets list of strings of the form repo[:tag]. When tag is omitted the source will be used (or 'latest' if source tag is also omitted).

[Newtonsoft.Json.JsonProperty(PropertyName="targetTags")]
public System.Collections.Generic.IList<string> TargetTags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetTags")>]
member this.TargetTags : System.Collections.Generic.IList<string> with get, set
Public Property TargetTags As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to