Compartir a través de


ITaskRunRequest.OverrideTaskStepPropertyValue Property

Definition

The collection of overridable values that can be passed when running a Task.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The collection of overridable values that can be passed when running a Task.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ISetValue) }, Read=true, ReadOnly=false, Required=false, SerializedName="values", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ISetValue> OverrideTaskStepPropertyValue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The collection of overridable values that can be passed when running a Task.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ISetValue) }, Read=true, ReadOnly=false, Required=false, SerializedName="values", Update=true)>]
member this.OverrideTaskStepPropertyValue : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ISetValue> with get, set
Public Property OverrideTaskStepPropertyValue As List(Of ISetValue)

Property Value

Attributes

Applies to