Freigeben über


IGroupTaskDetails.ChildTask Property

Definition

The child tasks.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The child tasks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IAsrTask) }, ReadOnly=false, Required=false, SerializedName="childTasks")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IAsrTask[] ChildTask { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The child tasks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IAsrTask) }, ReadOnly=false, Required=false, SerializedName="childTasks")>]
member this.ChildTask : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IAsrTask[] with get, set
Public Property ChildTask As IAsrTask()

Property Value

Attributes

Applies to