ResolveHealthError Constructors

Definition

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.

Applies to