MarsAgentDetails 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.
Mars agent details.
public class MarsAgentDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MarsAgentDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MarsAgentDetails>
type MarsAgentDetails = class
interface IJsonModel<MarsAgentDetails>
interface IPersistableModel<MarsAgentDetails>
Public Class MarsAgentDetails
Implements IJsonModel(Of MarsAgentDetails), IPersistableModel(Of MarsAgentDetails)
- Inheritance
-
MarsAgentDetails
- Implements
Properties
BiosId |
The Mars agent Bios Id. |
FabricObjectId |
The fabric object Id. |
Fqdn |
The Mars agent Fqdn. |
Health |
The health of the Mars agent. |
HealthErrors |
The health errors. |
Id |
The Mars agent Id. |
LastHeartbeatReceivedOn |
The last heartbeat received from the Mars agent. |
Name |
The Mars agent name. |
Version |
The version. |
Explicit Interface Implementations
IJsonModel<MarsAgentDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MarsAgentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MarsAgentDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MarsAgentDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MarsAgentDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET