MigrationAssessmentError 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.
Error web model class.
public class MigrationAssessmentError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Migration.Assessment.Models.MigrationAssessmentError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Migration.Assessment.Models.MigrationAssessmentError>
type MigrationAssessmentError = class
interface IJsonModel<MigrationAssessmentError>
interface IPersistableModel<MigrationAssessmentError>
Public Class MigrationAssessmentError
Implements IJsonModel(Of MigrationAssessmentError), IPersistableModel(Of MigrationAssessmentError)
- Inheritance
-
MigrationAssessmentError
- Implements
Properties
AgentScenario |
Gets the agent scenario where this error occurred. |
ApplianceName |
Gets the Appliance name. |
Code |
Gets the error code. |
Id |
Gets the error ID. |
ImpactedAssessmentType |
Gets the type of assessment impacted by this error. |
Message |
Gets the error message. |
MessageParameters |
Gets the error message parameters. |
PossibleCauses |
Gets the error possible causes. |
RecommendedAction |
Gets the recommended action for the error. |
RunAsAccountId |
Gets the Run as account ID. |
Severity |
Gets the error severity. |
SummaryMessage |
Gets the error summary message. |
UpdatedOn |
Gets the time stamp when the error was updated. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MigrationAssessmentError>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MigrationAssessmentError>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MigrationAssessmentError>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MigrationAssessmentError>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MigrationAssessmentError>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |