ResolveHealthInputProperties Constructors
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.
Overloads
ResolveHealthInputProperties() |
Initializes a new instance of the ResolveHealthInputProperties class. |
ResolveHealthInputProperties(IList<ResolveHealthError>) |
Initializes a new instance of the ResolveHealthInputProperties class. |
ResolveHealthInputProperties()
Initializes a new instance of the ResolveHealthInputProperties class.
public ResolveHealthInputProperties ();
Public Sub New ()
Applies to
ResolveHealthInputProperties(IList<ResolveHealthError>)
Initializes a new instance of the ResolveHealthInputProperties class.
public ResolveHealthInputProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResolveHealthError> healthErrors = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResolveHealthInputProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResolveHealthError> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResolveHealthInputProperties
Public Sub New (Optional healthErrors As IList(Of ResolveHealthError) = Nothing)
Parameters
- healthErrors
- IList<ResolveHealthError>
Health errors.