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

RecoveryPlanAction Class

Definition

Recovery plan action details.

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

Constructors

RecoveryPlanAction()

Creates an new RecoveryPlanAction instance.

Properties

ActionName

The action name.

CustomDetailInstanceType

Gets the type of action details (see RecoveryPlanActionDetailsTypes enum for possible values).

FailoverDirection

The list of failover directions.

FailoverType

The list of failover types.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryPlanAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryPlanAction.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryPlanAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to