ITaskModel.ChildrenJob Property

Definition

Gets or sets the list of children job models.

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

Property Value

Attributes

Applies to