IRecoveryServicesProviderProperties.HealthErrorDetail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The recovery services provider health error details.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The recovery services provider health error details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthError) }, ReadOnly=false, Required=false, SerializedName="healthErrorDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthError[] HealthErrorDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The recovery services provider health error details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthError) }, ReadOnly=false, Required=false, SerializedName="healthErrorDetails")>]
member this.HealthErrorDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthError[] with get, set
Public Property HealthErrorDetail As IHealthError()
Property Value
- Attributes