Share via


ResourceHealthSummary Constructors

Definition

Overloads

ResourceHealthSummary()

Initializes a new instance of the ResourceHealthSummary class.

ResourceHealthSummary(Nullable<Int32>, IList<HealthErrorSummary>, IDictionary<String,Nullable<Int32>>)

Initializes a new instance of the ResourceHealthSummary class.

ResourceHealthSummary()

Initializes a new instance of the ResourceHealthSummary class.

public ResourceHealthSummary ();
Public Sub New ()

Applies to

ResourceHealthSummary(Nullable<Int32>, IList<HealthErrorSummary>, IDictionary<String,Nullable<Int32>>)

Initializes a new instance of the ResourceHealthSummary class.

public ResourceHealthSummary (int? resourceCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthErrorSummary> issues = default, System.Collections.Generic.IDictionary<string,int?> categorizedResourceCounts = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResourceHealthSummary : Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthErrorSummary> * System.Collections.Generic.IDictionary<string, Nullable<int>> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResourceHealthSummary
Public Sub New (Optional resourceCount As Nullable(Of Integer) = Nothing, Optional issues As IList(Of HealthErrorSummary) = Nothing, Optional categorizedResourceCounts As IDictionary(Of String, Nullable(Of Integer)) = Nothing)

Parameters

resourceCount
Nullable<Int32>

The count of total resources under the container.

issues
IList<HealthErrorSummary>

The list of summary of health errors across the resources under the container.

categorizedResourceCounts
IDictionary<String,Nullable<Int32>>

The categorized resource counts.

Applies to