ResolveHealthError 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
ResolveHealthError() |
Initializes a new instance of the ResolveHealthError class. |
ResolveHealthError(String) |
Initializes a new instance of the ResolveHealthError class. |
ResolveHealthError()
Initializes a new instance of the ResolveHealthError class.
public ResolveHealthError ();
Public Sub New ()
Applies to
ResolveHealthError(String)
Initializes a new instance of the ResolveHealthError class.
public ResolveHealthError (string healthErrorId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResolveHealthError : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResolveHealthError
Public Sub New (Optional healthErrorId As String = Nothing)
Parameters
- healthErrorId
- String
Health error id.