IProtectionContainerMapping.HealthErrorDetail Property

Definition

Health error.

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

Property Value

Attributes

Applies to