IPipelineRunRequest.Artifact Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of source artifacts to be transferred by the pipeline. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="List of source artifacts to be transferred by the pipeline.\r\n Specify an image by repository ('hello-world'). This will use the 'latest' tag.\r\n Specify an image by tag ('hello-world:latest').\r\n Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="artifacts")]
public string[] Artifact { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="List of source artifacts to be transferred by the pipeline.\r\n Specify an image by repository ('hello-world'). This will use the 'latest' tag.\r\n Specify an image by tag ('hello-world:latest').\r\n Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="artifacts")>]
member this.Artifact : string[] with get, set
Public Property Artifact As String()
Property Value
String[]
- Attributes