RecoveryPlanActionDetails Class

Definition

Recovery plan action custom details. Please note RecoveryPlanActionDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RecoveryPlanAutomationRunbookActionDetails, RecoveryPlanManualActionDetails and RecoveryPlanScriptActionDetails.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownRecoveryPlanActionDetails))]
public abstract class RecoveryPlanActionDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanActionDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanActionDetails>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownRecoveryPlanActionDetails))>]
type RecoveryPlanActionDetails = class
    interface IJsonModel<RecoveryPlanActionDetails>
    interface IPersistableModel<RecoveryPlanActionDetails>
Public MustInherit Class RecoveryPlanActionDetails
Implements IJsonModel(Of RecoveryPlanActionDetails), IPersistableModel(Of RecoveryPlanActionDetails)
Inheritance
RecoveryPlanActionDetails
Derived
Attributes
Implements

Constructors

RecoveryPlanActionDetails()

Initializes a new instance of RecoveryPlanActionDetails.

Explicit Interface Implementations

IJsonModel<RecoveryPlanActionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RecoveryPlanActionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPlanActionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanActionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RecoveryPlanActionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to