Aracılığıyla paylaş


ResolveHealthInputProperties Constructors

Definition

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.

Applies to