Share via


IPipelineRun.ForceUpdateTag Property

Definition

How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="forceUpdateTag")]
public string ForceUpdateTag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="forceUpdateTag")>]
member this.ForceUpdateTag : string with get, set
Public Property ForceUpdateTag As String

Property Value

Attributes

Applies to