Share via


ICustomizationGroup.Task Property

Definition

Tasks to apply. Note by default tasks are excluded from the response when listing customization groups. To include them, use the include=tasks query parameter.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Tasks to apply. Note by default tasks are excluded from the response when\r\n        listing customization groups. To include them, use the `include=tasks` query\r\n        parameter.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask) }, ReadOnly=false, Required=false, SerializedName="tasks")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask[] Task { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Tasks to apply. Note by default tasks are excluded from the response when\r\n        listing customization groups. To include them, use the `include=tasks` query\r\n        parameter.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask) }, ReadOnly=false, Required=false, SerializedName="tasks")>]
member this.Task : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ICustomizationTask[] with get, set
Public Property Task As ICustomizationTask()

Property Value

Attributes

Applies to