ReplicationEligibilityResults 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.
Replication eligibility results response model.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ReplicationEligibilityResultsTypeConverter))]
public class ReplicationEligibilityResults : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationEligibilityResults
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ReplicationEligibilityResultsTypeConverter))>]
type ReplicationEligibilityResults = class
interface IReplicationEligibilityResults
interface IJsonSerializable
Public Class ReplicationEligibilityResults
Implements IReplicationEligibilityResults
- Inheritance
-
ReplicationEligibilityResults
- Attributes
- Implements
Constructors
ReplicationEligibilityResults() |
Creates an new ReplicationEligibilityResults instance. |
Properties
ClientRequestId |
The client request Id. |
Error |
The error details. |
Id |
Gets Unique ARM identifier for this object. |
Name |
Gets the name of this object. |
Type |
Gets the object type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReplicationEligibilityResults. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReplicationEligibilityResults. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationEligibilityResults. |
FromJsonString(String) |
Creates a new instance of ReplicationEligibilityResults, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReplicationEligibilityResults into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |