RcmProxyDetails Class

Definition

RCM proxy details.

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

Properties

BiosId

The RCM proxy Bios Id.

ClientAuthenticationType

The client authentication type.

FabricObjectId

The fabric object Id.

Fqdn

The RCM proxy Fqdn.

Health

The health of the RCM proxy.

HealthErrors

The health errors.

Id

The RCM proxy Id.

LastHeartbeatReceivedOn

The last heartbeat received from the RCM proxy.

Name

The RCM proxy name.

Version

The version.

Explicit Interface Implementations

IJsonModel<RcmProxyDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RcmProxyDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RcmProxyDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RcmProxyDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RcmProxyDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to