InMageRcmFailbackMobilityAgentDetails Class

Definition

InMageRcmFailback mobility agent details.

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

Properties

AgentVersionExpireOn

The agent version expiry date.

DriverVersion

The driver version.

DriverVersionExpireOn

The driver version expiry date.

IsUpgradeable

A value indicating whether agent is upgradeable or not.

LastHeartbeatReceivedOn

The time of the last heartbeat received from the agent.

LatestUpgradableVersionWithoutReboot

The latest upgradeable version available without reboot.

LatestVersion

The latest agent version available.

ReasonsBlockingUpgrade

The whether update is possible or not.

Version

The agent version.

Explicit Interface Implementations

IJsonModel<InMageRcmFailbackMobilityAgentDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageRcmFailbackMobilityAgentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageRcmFailbackMobilityAgentDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmFailbackMobilityAgentDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageRcmFailbackMobilityAgentDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to