Share via


IImageDefinition.UserTask Property

Definition

Tasks to run when a user first logs into a Dev Box.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Tasks to run when a user first logs into a Dev Box.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTaskInstance) }, ReadOnly=false, Required=false, SerializedName="userTasks")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTaskInstance[] UserTask { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Tasks to run when a user first logs into a Dev Box.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTaskInstance) }, ReadOnly=false, Required=false, SerializedName="userTasks")>]
member this.UserTask : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ICustomizationTaskInstance[] with get, set
Public Property UserTask As ICustomizationTaskInstance()

Property Value

Attributes

Applies to