ReplicationAgentDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replication agent details.
public class ReplicationAgentDetails
type ReplicationAgentDetails = class
Public Class ReplicationAgentDetails
- Inheritance
-
ReplicationAgentDetails
Constructors
ReplicationAgentDetails() |
Initializes a new instance of the ReplicationAgentDetails class. |
ReplicationAgentDetails(String, String, String, String, String, String, Nullable<DateTime>, String, IList<HealthError>) |
Initializes a new instance of the ReplicationAgentDetails class. |
Properties
BiosId |
Gets the replication agent Bios Id. |
FabricObjectId |
Gets the fabric object Id. |
Fqdn |
Gets the replication agent Fqdn. |
Health |
Gets the health of the replication agent. Possible values include: 'None', 'Normal', 'Warning', 'Critical' |
HealthErrors |
Gets the health errors. |
Id |
Gets the replication agent Id. |
LastHeartbeatUtc |
Gets the last heartbeat received from the replication agent. |
Name |
Gets the replication agent name. |
Version |
Gets the version. |