PauseReplicationContent Class

Definition

Pause replication input.

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

Constructors

PauseReplicationContent(PauseReplicationProperties)

Initializes a new instance of PauseReplicationContent.

Properties

PauseReplicationInstanceType

The class type.

Explicit Interface Implementations

IJsonModel<PauseReplicationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PauseReplicationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PauseReplicationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PauseReplicationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PauseReplicationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to