InitialReplicationDetails Class

Definition

Initial replication details.

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

Properties

InitialReplicationProgressPercentage

The initial replication progress percentage.

InitialReplicationType

Initial replication type.

Explicit Interface Implementations

IJsonModel<InitialReplicationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InitialReplicationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InitialReplicationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InitialReplicationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InitialReplicationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to