IJobModelProperties.Error Property

Definition

Gets or sets the list of errors.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the list of errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IErrorModel) }, Read=true, ReadOnly=true, Required=false, SerializedName="errors", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IErrorModel> Error { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the list of errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IErrorModel) }, Read=true, ReadOnly=true, Required=false, SerializedName="errors", Update=false)>]
member this.Error : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IErrorModel>
Public ReadOnly Property Error As List(Of IErrorModel)

Property Value

Attributes

Applies to