InnerHealthErrorModel 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.
Inner health error model.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.InnerHealthErrorModelTypeConverter))]
public class InnerHealthErrorModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IInnerHealthErrorModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.InnerHealthErrorModelTypeConverter))>]
type InnerHealthErrorModel = class
interface IInnerHealthErrorModel
interface IJsonSerializable
Public Class InnerHealthErrorModel
Implements IInnerHealthErrorModel
- Inheritance
-
InnerHealthErrorModel
- Attributes
- Implements
Constructors
InnerHealthErrorModel() |
Creates an new InnerHealthErrorModel instance. |
Properties
Category |
Gets or sets the error category. |
Caus |
Gets or sets possible causes of the error. |
Code |
Gets or sets the error code. |
CreationTime |
Gets or sets the error creation time. |
HealthCategory |
Gets or sets the health category. |
IsCustomerResolvable |
Gets or sets a value indicating whether the error is customer resolvable. |
Message |
Gets or sets the error message. |
Recommendation |
Gets or sets recommended action to resolve the error. |
Severity |
Gets or sets the error severity. |
Source |
Gets or sets the error source. |
Summary |
Gets or sets the error summary. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InnerHealthErrorModel. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InnerHealthErrorModel. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IInnerHealthErrorModel. |
FromJsonString(String) |
Creates a new instance of InnerHealthErrorModel, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InnerHealthErrorModel into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |