Compartir a través de


IRunFilter.TaskName Property

Definition

The name of the task that the run corresponds to.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The name of the task that the run corresponds to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="taskName", Update=true)]
public string TaskName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The name of the task that the run corresponds to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="taskName", Update=true)>]
member this.TaskName : string with get, set
Public Property TaskName As String

Property Value

Attributes

Applies to