Share via


AzureStorageJobExtendedInfo.TasksList Property

Definition

Gets or sets list of tasks for this job

[Newtonsoft.Json.JsonProperty(PropertyName="tasksList")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageJobTaskDetails> TasksList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tasksList")>]
member this.TasksList : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageJobTaskDetails> with get, set
Public Property TasksList As IList(Of AzureStorageJobTaskDetails)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to