Delen via


IaasVmHealthDetails Class

Definition

Azure IaaS VM workload-specific Health Details.

public class IaasVmHealthDetails : Azure.ResourceManager.RecoveryServicesBackup.Models.ResourceHealthDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmHealthDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmHealthDetails>
type IaasVmHealthDetails = class
    inherit ResourceHealthDetails
    interface IJsonModel<IaasVmHealthDetails>
    interface IPersistableModel<IaasVmHealthDetails>
Public Class IaasVmHealthDetails
Inherits ResourceHealthDetails
Implements IJsonModel(Of IaasVmHealthDetails), IPersistableModel(Of IaasVmHealthDetails)
Inheritance
IaasVmHealthDetails
Implements

Constructors

IaasVmHealthDetails()

Initializes a new instance of IaasVmHealthDetails.

Properties

Code

Health Code.

(Inherited from ResourceHealthDetails)
Message

Health Message.

(Inherited from ResourceHealthDetails)
Recommendations

Health Recommended Actions.

(Inherited from ResourceHealthDetails)
Title

Health Title.

(Inherited from ResourceHealthDetails)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IaasVmHealthDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IaasVmHealthDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ResourceHealthDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ResourceHealthDetails)
IJsonModel<ResourceHealthDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ResourceHealthDetails)
IPersistableModel<IaasVmHealthDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IaasVmHealthDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IaasVmHealthDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ResourceHealthDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ResourceHealthDetails)
IPersistableModel<ResourceHealthDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ResourceHealthDetails)
IPersistableModel<ResourceHealthDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ResourceHealthDetails)

Applies to