IInMageAzureV2ReplicationDetails.ValidationError Property

Definition

The validation errors of the on-premise machine Value can be list of validation errors.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The validation errors of the on-premise machine Value can be list of validation errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError) }, Read=true, ReadOnly=false, Required=false, SerializedName="validationErrors", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError> ValidationError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The validation errors of the on-premise machine Value can be list of validation errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError) }, Read=true, ReadOnly=false, Required=false, SerializedName="validationErrors", Update=true)>]
member this.ValidationError : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError> with get, set
Public Property ValidationError As List(Of IHealthError)

Property Value

Attributes

Applies to