IRecoveryPlanActionDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.RecoveryPlanActionDetailsTypeConverter))]
public interface IRecoveryPlanActionDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.RecoveryPlanActionDetailsTypeConverter))>]
type IRecoveryPlanActionDetails = interface
    interface IJsonSerializable
Public Interface IRecoveryPlanActionDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
InstanceType

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

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to