IJobModelProperties.Task Property

Definition

Gets or sets the list of tasks.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the list of tasks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.ITaskModel) }, Read=true, ReadOnly=true, Required=false, SerializedName="tasks", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.ITaskModel> Task { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the list of tasks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.ITaskModel) }, Read=true, ReadOnly=true, Required=false, SerializedName="tasks", Update=false)>]
member this.Task : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.ITaskModel>
Public ReadOnly Property Task As List(Of ITaskModel)

Property Value

Attributes

Applies to