ResourceHealthSummary 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
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
- 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.