AzureIaaSVMJob.ActionsInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.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))
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute