HealthErrorSummary Class
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.
class to define the summary of the health error details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.HealthErrorSummaryTypeConverter))]
public class HealthErrorSummary : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHealthErrorSummary
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.HealthErrorSummaryTypeConverter))>]
type HealthErrorSummary = class
interface IHealthErrorSummary
interface IJsonSerializable
Public Class HealthErrorSummary
Implements IHealthErrorSummary
- Inheritance
-
HealthErrorSummary
- Attributes
- Implements
Constructors
HealthErrorSummary() |
Creates an new HealthErrorSummary instance. |
Properties
AffectedResourceCorrelationId |
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. |
AffectedResourceSubtype |
The sub type of any subcomponent within the ARM resource that this might be applicable. Value remains null if not applicable. |
AffectedResourceType |
The type of affected ARM resource. |
Category |
The category of the health error. |
Severity |
Severity of error. |
SummaryCode |
The code of the health error. |
SummaryMessage |
The summary message of the health error. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HealthErrorSummary. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HealthErrorSummary. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHealthErrorSummary. |
FromJsonString(String) |
Creates a new instance of HealthErrorSummary, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HealthErrorSummary into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |