Share via


AzureWorkloadJob.ActionsInfo Property

Definition

Gets or sets the state/actions applicable on this job like cancel/retry.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to