RecoveryPlanManualActionDetails Class

Definition

Recovery plan manual action details.

public class RecoveryPlanManualActionDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanActionDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanManualActionDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanManualActionDetails>
type RecoveryPlanManualActionDetails = class
    inherit RecoveryPlanActionDetails
    interface IJsonModel<RecoveryPlanManualActionDetails>
    interface IPersistableModel<RecoveryPlanManualActionDetails>
Public Class RecoveryPlanManualActionDetails
Inherits RecoveryPlanActionDetails
Implements IJsonModel(Of RecoveryPlanManualActionDetails), IPersistableModel(Of RecoveryPlanManualActionDetails)
Inheritance
RecoveryPlanManualActionDetails
Implements

Constructors

RecoveryPlanManualActionDetails()

Initializes a new instance of RecoveryPlanManualActionDetails.

Properties

Description

The manual action description.

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.

(Inherited from RecoveryPlanActionDetails)
IJsonModel<RecoveryPlanActionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RecoveryPlanActionDetails)
IJsonModel<RecoveryPlanManualActionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanManualActionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPlanActionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RecoveryPlanActionDetails)
IPersistableModel<RecoveryPlanActionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from RecoveryPlanActionDetails)
IPersistableModel<RecoveryPlanActionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RecoveryPlanActionDetails)
IPersistableModel<RecoveryPlanManualActionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanManualActionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanManualActionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to