IImageDefinitionBuildTaskGroup.Task 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.
The list of tasks executed during the task group.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The list of tasks executed during the task group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildTask) }, ReadOnly=true, Required=false, SerializedName="tasks")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildTask[] Task { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The list of tasks executed during the task group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildTask) }, ReadOnly=true, Required=false, SerializedName="tasks")>]
member this.Task : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IImageDefinitionBuildTask[]
Public ReadOnly Property Task As IImageDefinitionBuildTask()
Property Value
- Attributes