Share via


ReverseReplicationContent Class

Definition

Reverse replication input.

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

Constructors

ReverseReplicationContent()

Initializes a new instance of ReverseReplicationContent.

Properties

Properties

Reverse replication properties.

Explicit Interface Implementations

IJsonModel<ReverseReplicationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReverseReplicationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReverseReplicationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReverseReplicationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReverseReplicationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to