Compartir a través de


IImportImageParameters.UntaggedTargetRepository Property

Definition

List of strings of repository names to do a manifest only copy. No tag will be created.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="List of strings of repository names to do a manifest only copy. No tag will be created.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="untaggedTargetRepositories")]
public string[] UntaggedTargetRepository { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="List of strings of repository names to do a manifest only copy. No tag will be created.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="untaggedTargetRepositories")>]
member this.UntaggedTargetRepository : string[] with get, set
Public Property UntaggedTargetRepository As String()

Property Value

String[]
Attributes

Applies to