ReplicationAgentDetails Class

Definition

Replication agent details.

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

Properties

BiosId

The replication agent Bios Id.

FabricObjectId

The fabric object Id.

Fqdn

The replication agent Fqdn.

Health

The health of the replication agent.

HealthErrors

The health errors.

Id

The replication agent Id.

LastHeartbeatUtc

The last heartbeat received from the replication agent.

Name

The replication agent name.

Version

The version.

Explicit Interface Implementations

IJsonModel<ReplicationAgentDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReplicationAgentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReplicationAgentDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReplicationAgentDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReplicationAgentDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to