AzureStorageJob.ErrorDetails Property

Definition

Gets or sets error details on execution of this job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to