RecoveryPlanPlannedFailoverContent Class

Definition

Recovery plan planned failover input.

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

Constructors

RecoveryPlanPlannedFailoverContent(RecoveryPlanPlannedFailoverProperties)

Initializes a new instance of RecoveryPlanPlannedFailoverContent.

Properties

Properties

The recovery plan planned failover input properties.

Explicit Interface Implementations

IJsonModel<RecoveryPlanPlannedFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanPlannedFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPlanPlannedFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanPlannedFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanPlannedFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to