IJobSubTask.TaskId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Task Id of the Sub Task
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Task Id of the Sub Task", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=true, SerializedName="taskId")]
public int TaskId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Task Id of the Sub Task", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=true, SerializedName="taskId")>]
member this.TaskId : int with get, set
Public Property TaskId As Integer
Property Value
- Attributes