Partager via


MigrateMISyncCompleteCommandOutput.Errors Property

Definition

Gets or sets list of errors that happened during the command execution

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to