次の方法で共有


DpmJobExtendedInfo.TasksList プロパティ

定義

このジョブに関連付けられているタスクの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象