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