次の方法で共有


MigrateSyncCompleteCommandOutput.Errors Property

Definition

Gets 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; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException>
Public ReadOnly Property Errors As IList(Of ReportableException)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to