次の方法で共有


MabJob.ActionsInfo プロパティ

定義

取り消し/再試行などのジョブに適用できる状態/アクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象