次の方法で共有


MabJobExtendedInfo.TasksList プロパティ

定義

このジョブのタスクの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象