ResourceHealthSummary Class

Definition

Base class to define the health summary of the resources contained under an Arm resource.

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

Properties

CategorizedResourceCounts

The categorized resource counts.

Issues

The list of summary of health errors across the resources under the container.

ResourceCount

The count of total resources under the container.

Explicit Interface Implementations

IJsonModel<ResourceHealthSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceHealthSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceHealthSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceHealthSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceHealthSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to