HealthErrorSummary 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
HealthErrorSummary() |
Initializes a new instance of the HealthErrorSummary class. |
HealthErrorSummary(String, String, String, String, String, String, IList<String>) |
Initializes a new instance of the HealthErrorSummary class. |
HealthErrorSummary()
Initializes a new instance of the HealthErrorSummary class.
public HealthErrorSummary ();
Public Sub New ()
Applies to
HealthErrorSummary(String, String, String, String, String, String, IList<String>)
Initializes a new instance of the HealthErrorSummary class.
public HealthErrorSummary (string summaryCode = default, string category = default, string severity = default, string summaryMessage = default, string affectedResourceType = default, string affectedResourceSubtype = default, System.Collections.Generic.IList<string> affectedResourceCorrelationIds = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthErrorSummary : string * string * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthErrorSummary
Public Sub New (Optional summaryCode As String = Nothing, Optional category As String = Nothing, Optional severity As String = Nothing, Optional summaryMessage As String = Nothing, Optional affectedResourceType As String = Nothing, Optional affectedResourceSubtype As String = Nothing, Optional affectedResourceCorrelationIds As IList(Of String) = Nothing)
Parameters
- summaryCode
- String
The code of the health error.
- category
- String
The category of the health error. Possible values include: 'None', 'Replication', 'TestFailover', 'Configuration', 'FabricInfrastructure', 'VersionExpiry', 'AgentAutoUpdateInfra', 'AgentAutoUpdateArtifactDeleted', 'AgentAutoUpdateRunAsAccount', 'AgentAutoUpdateRunAsAccountExpiry', 'AgentAutoUpdateRunAsAccountExpired'
- severity
- String
Severity of error. Possible values include: 'NONE', 'Warning', 'Error', 'Info'
- summaryMessage
- String
The summary message of the health error.
- affectedResourceType
- String
The type of affected ARM resource.
- affectedResourceSubtype
- String
The sub type of any subcomponent within the ARM resource that this might be applicable. Value remains null if not applicable.
The list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.