SCClusterRecord Class

Definition

Details of cluster record.

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

Properties

Id

Id of the cluster.

Kind

Type of cluster.

Metadata

Metadata of the record.

Name

Display name of the cluster.

Spec

Specification of the cluster.

Status

Specification of the cluster status.

Explicit Interface Implementations

IJsonModel<SCClusterRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SCClusterRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SCClusterRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SCClusterRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SCClusterRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to