你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InMageRcmFailbackPlannedFailoverProviderInput Class

Definition

Provider specific input for InMageRcmFailback failover.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.InMageRcmFailbackPlannedFailoverProviderInputTypeConverter))]
public class InMageRcmFailbackPlannedFailoverProviderInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInMageRcmFailbackPlannedFailoverProviderInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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