IJobExtendedInfo.SubTask Property

Definition

List of Sub Tasks of the job

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="List of Sub Tasks of the job", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IJobSubTask) }, Read=true, ReadOnly=true, Required=false, SerializedName="subTasks", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IJobSubTask> SubTask { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=false, Description="List of Sub Tasks of the job", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IJobSubTask) }, Read=true, ReadOnly=true, Required=false, SerializedName="subTasks", Update=false)>]
member this.SubTask : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IJobSubTask>
Public ReadOnly Property SubTask As List(Of IJobSubTask)

Property Value

Attributes

Applies to