你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
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.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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