次の方法で共有


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.Api202301.IAsrTask) }, ReadOnly=false, Required=false, SerializedName="childTasks")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.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.Api202301.IAsrTask) }, ReadOnly=false, Required=false, SerializedName="childTasks")>]
member this.ChildTask : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IAsrTask[] with get, set
Public Property ChildTask As IAsrTask()

Property Value

Attributes

Applies to