DataReplicationFabricAgentProperties 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.
Fabric agent model properties.
public class DataReplicationFabricAgentProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationFabricAgentProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationFabricAgentProperties>
type DataReplicationFabricAgentProperties = class
interface IJsonModel<DataReplicationFabricAgentProperties>
interface IPersistableModel<DataReplicationFabricAgentProperties>
Public Class DataReplicationFabricAgentProperties
Implements IJsonModel(Of DataReplicationFabricAgentProperties), IPersistableModel(Of DataReplicationFabricAgentProperties)
- Inheritance
-
DataReplicationFabricAgentProperties
- Implements
Constructors
Properties
AuthenticationIdentity |
Identity model. |
CorrelationId |
Gets or sets the fabric agent correlation Id. |
CustomProperties |
Fabric agent model custom properties. Please note DataReplicationFabricAgentCustomProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include VMwareFabricAgentCustomProperties. |
HealthErrors |
Gets or sets the list of health errors. |
IsResponsive |
Gets or sets a value indicating whether the fabric agent is responsive. |
LastHeartbeatOn |
Gets or sets the time when last heartbeat was sent by the fabric agent. |
MachineId |
Gets or sets the machine Id where fabric agent is running. |
MachineName |
Gets or sets the machine name where fabric agent is running. |
ProvisioningState |
Gets or sets the provisioning state of the fabric agent. |
ResourceAccessIdentity |
Identity model. |
VersionNumber |
Gets or sets the fabric agent version. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataReplicationFabricAgentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataReplicationFabricAgentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataReplicationFabricAgentProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataReplicationFabricAgentProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataReplicationFabricAgentProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |