你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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