ClusterSpecEntity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Spec of the cluster record.
public class ClusterSpecEntity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.ClusterSpecEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.ClusterSpecEntity>
type ClusterSpecEntity = class
interface IJsonModel<ClusterSpecEntity>
interface IPersistableModel<ClusterSpecEntity>
Public Class ClusterSpecEntity
Implements IJsonModel(Of ClusterSpecEntity), IPersistableModel(Of ClusterSpecEntity)
- Inheritance
-
ClusterSpecEntity
- Implements
Properties
ApiEndpoint |
The Kafka API cluster endpoint. |
Availability |
The availability zone configuration of the cluster. |
Byok |
Specification of the cluster. |
Cloud |
The cloud service provider. |
ConfigKind |
The lifecycle phase of the cluster. |
DisplayName |
The name of the cluster. |
Environment |
Specification of the cluster. |
HttpEndpoint |
The cluster HTTP request URL. |
KafkaBootstrapEndpoint |
The bootstrap endpoint used by Kafka clients to connect to the cluster. |
Network |
Specification of the cluster. |
Region |
The cloud service provider region. |
Zone |
type of zone availability. |
Explicit Interface Implementations
IJsonModel<ClusterSpecEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClusterSpecEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClusterSpecEntity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClusterSpecEntity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClusterSpecEntity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET