InMageAgentDetails Class

Definition

The details of the InMage agent.

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

Properties

AgentExpireOn

Agent expiry date.

AgentUpdateStatus

A value indicating whether installed agent needs to be updated.

AgentVersion

The agent version.

PostUpdateRebootStatus

A value indicating whether reboot is required after update is applied.

Explicit Interface Implementations

IJsonModel<InMageAgentDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageAgentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageAgentDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageAgentDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageAgentDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to