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

RecoveryPlanUnplannedFailoverInputProperties Class

Definition

Recovery plan unplanned failover input properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanUnplannedFailoverInputPropertiesTypeConverter))]
public class RecoveryPlanUnplannedFailoverInputProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanUnplannedFailoverInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanUnplannedFailoverInputPropertiesTypeConverter))>]
type RecoveryPlanUnplannedFailoverInputProperties = class
    interface IRecoveryPlanUnplannedFailoverInputProperties
    interface IJsonSerializable
Public Class RecoveryPlanUnplannedFailoverInputProperties
Implements IRecoveryPlanUnplannedFailoverInputProperties
Inheritance
RecoveryPlanUnplannedFailoverInputProperties
Attributes
Implements

Constructors

RecoveryPlanUnplannedFailoverInputProperties()

Creates an new RecoveryPlanUnplannedFailoverInputProperties instance.

Properties

FailoverDirection

The failover direction.

ProviderSpecificDetail

The provider specific properties.

SourceSiteOperation

A value indicating whether source site operations are required.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryPlanUnplannedFailoverInputProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryPlanUnplannedFailoverInputProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryPlanUnplannedFailoverInputProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to