HDInsightServiceStatus Class

Definition

Describes the status of a service of a HDInsight on AKS cluster.

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

Properties

Kind

Kind of the service. E.g. "Zookeeper".

Message

A message describing the error if any.

Ready

Indicates if the service is ready / healthy. Values can be "true", "false", "unknown" or anything else.

Explicit Interface Implementations

IJsonModel<HDInsightServiceStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightServiceStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightServiceStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightServiceStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightServiceStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to