IReplicationProtectedItem.HealthError Property

Definition

List of health errors.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="List of health errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError) }, Read=true, ReadOnly=false, Required=false, SerializedName="healthErrors", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError> HealthError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="List of health errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError) }, Read=true, ReadOnly=false, Required=false, SerializedName="healthErrors", Update=true)>]
member this.HealthError : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError> with get, set
Public Property HealthError As List(Of IHealthError)

Property Value

Attributes

Applies to