IImageDefinition.UserTask 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 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