次の方法で共有


ASRTask.Errors Property

Definition

Gets or sets the task error details.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to