ConfluentRegionRecord 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.
Details of region record.
public class ConfluentRegionRecord : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.ConfluentRegionRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.ConfluentRegionRecord>
type ConfluentRegionRecord = class
interface IJsonModel<ConfluentRegionRecord>
interface IPersistableModel<ConfluentRegionRecord>
Public Class ConfluentRegionRecord
Implements IJsonModel(Of ConfluentRegionRecord), IPersistableModel(Of ConfluentRegionRecord)
- Inheritance
-
ConfluentRegionRecord
- Implements
Properties
Id |
Id of the cluster. |
Kind |
Kind of the cluster. |
Metadata |
Metadata of the record. |
Spec |
Specification of the region. |
Explicit Interface Implementations
IJsonModel<ConfluentRegionRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConfluentRegionRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConfluentRegionRecord>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConfluentRegionRecord>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConfluentRegionRecord>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET