ReplicationEligibilityResultsErrorInfo 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 model that can be exposed to the user.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ReplicationEligibilityResultsErrorInfoTypeConverter))]
public class ReplicationEligibilityResultsErrorInfo : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationEligibilityResultsErrorInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ReplicationEligibilityResultsErrorInfoTypeConverter))>]
type ReplicationEligibilityResultsErrorInfo = class
interface IReplicationEligibilityResultsErrorInfo
interface IJsonSerializable
Public Class ReplicationEligibilityResultsErrorInfo
Implements IReplicationEligibilityResultsErrorInfo
- Inheritance
-
ReplicationEligibilityResultsErrorInfo
- Attributes
- Implements
Constructors
ReplicationEligibilityResultsErrorInfo() |
Creates an new ReplicationEligibilityResultsErrorInfo instance. |
Properties
Code |
The error code. |
Message |
The error message. |
PossibleCaus |
The possible causes. |
RecommendedAction |
The recommended action. |
Status |
The error status. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReplicationEligibilityResultsErrorInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReplicationEligibilityResultsErrorInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationEligibilityResultsErrorInfo. |
FromJsonString(String) |
Creates a new instance of ReplicationEligibilityResultsErrorInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReplicationEligibilityResultsErrorInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |