PushInstallerDetails Class

Definition

Push installer details.

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

Properties

BiosId

The push installer Bios Id.

FabricObjectId

The fabric object Id.

Fqdn

The push installer Fqdn.

Health

The health of the push installer.

HealthErrors

The health errors.

Id

The push installer Id.

LastHeartbeatReceivedOn

The last heartbeat received from the push installer.

Name

The push installer name.

Version

The version.

Explicit Interface Implementations

IJsonModel<PushInstallerDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PushInstallerDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PushInstallerDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PushInstallerDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PushInstallerDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to