RecoveryPlanAction 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.
Recovery plan action details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.RecoveryPlanActionTypeConverter))]
public class RecoveryPlanAction : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IRecoveryPlanAction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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. |