Share via


InMageRcmFailbackPlannedFailoverProviderInput Class

Definition

Provider specific input for InMageRcmFailback failover.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackPlannedFailoverProviderInputTypeConverter))]
public class InMageRcmFailbackPlannedFailoverProviderInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFailbackPlannedFailoverProviderInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackPlannedFailoverProviderInputTypeConverter))>]
type InMageRcmFailbackPlannedFailoverProviderInput = class
    interface IInMageRcmFailbackPlannedFailoverProviderInput
    interface IJsonSerializable
    interface IPlannedFailoverProviderSpecificFailoverInput
    interface IValidates
Public Class InMageRcmFailbackPlannedFailoverProviderInput
Implements IInMageRcmFailbackPlannedFailoverProviderInput, IValidates
Inheritance
InMageRcmFailbackPlannedFailoverProviderInput
Attributes
Implements

Constructors

InMageRcmFailbackPlannedFailoverProviderInput()

Creates an new InMageRcmFailbackPlannedFailoverProviderInput instance.

Properties

InstanceType

The class type.

RecoveryPointType

The recovery point type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageRcmFailbackPlannedFailoverProviderInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageRcmFailbackPlannedFailoverProviderInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmFailbackPlannedFailoverProviderInput.

FromJsonString(String)

Creates a new instance of InMageRcmFailbackPlannedFailoverProviderInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageRcmFailbackPlannedFailoverProviderInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to