IImageDefinition.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 run at Dev Box provisioning time.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Tasks to run at Dev Box provisioning time.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTaskInstance) }, ReadOnly=false, Required=false, SerializedName="tasks")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTaskInstance[] Task { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Tasks to run at Dev Box provisioning time.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTaskInstance) }, ReadOnly=false, Required=false, SerializedName="tasks")>]
member this.Task : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTaskInstance[] with get, set
Public Property Task As ICustomizationTaskInstance()
Property Value
- Attributes