Share via


ImportImageParametersInner.UntaggedTargetRepositories Property

Definition

Gets or sets list of strings of repository names to do a manifest only copy. No tag will be created.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to