Compartir a través de


IDockerBuildStepUpdateParameters.ImageName Property

Definition

The fully qualified image names including the repository and tag.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The fully qualified image names including the repository and tag.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="imageNames")]
public string[] ImageName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The fully qualified image names including the repository and tag.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="imageNames")>]
member this.ImageName : string[] with get, set
Public Property ImageName As String()

Property Value

String[]
Attributes

Applies to