IJob.Task Property

Definition

The tasks.

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

Property Value

Attributes

Applies to