Share via


MabJob.ErrorDetails Property

Definition

Gets or sets the errors.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to