InMageRcmTestFailoverInput 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.
InMageRcm provider specific input for test failover.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmTestFailoverInputTypeConverter))]
public class InMageRcmTestFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmTestFailoverInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmTestFailoverInputTypeConverter))>]
type InMageRcmTestFailoverInput = class
interface IInMageRcmTestFailoverInput
interface IJsonSerializable
interface ITestFailoverProviderSpecificInput
interface IValidates
Public Class InMageRcmTestFailoverInput
Implements IInMageRcmTestFailoverInput, IValidates
- Inheritance
-
InMageRcmTestFailoverInput
- Attributes
- Implements
Constructors
InMageRcmTestFailoverInput() |
Creates an new InMageRcmTestFailoverInput instance. |
Properties
InstanceType |
The class type. |
NetworkId |
The test network Id. |
RecoveryPointId |
The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageRcmTestFailoverInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageRcmTestFailoverInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmTestFailoverInput. |
FromJsonString(String) |
Creates a new instance of InMageRcmTestFailoverInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageRcmTestFailoverInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |