RecoveryPlanTestFailoverContent Class

Definition

Recovery plan test failover input.

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

Constructors

RecoveryPlanTestFailoverContent(RecoveryPlanTestFailoverProperties)

Initializes a new instance of RecoveryPlanTestFailoverContent.

Properties

Properties

The recovery plan test failover input properties.

Explicit Interface Implementations

IJsonModel<RecoveryPlanTestFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanTestFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPlanTestFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanTestFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanTestFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to