ClusterStatusEntity Class

Definition

Status of the cluster record.

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

Properties

Cku

The number of Confluent Kafka Units.

Phase

The lifecycle phase of the cluster.

Explicit Interface Implementations

IJsonModel<ClusterStatusEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterStatusEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterStatusEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterStatusEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterStatusEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to