ASREvent.HealthErrors 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.
Gets or sets the errors/warnings associated with the event.
public System.Collections.Generic.IList<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError> HealthErrors { get; set; }
member this.HealthErrors : System.Collections.Generic.IList<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError> with get, set
Public Property HealthErrors As IList(Of ASRHealthError)