ICustomizationGroup.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.
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