Sdílet prostřednictvím


ConfluentBootstrapServerInfo Class

Definition

The service properties when target service type is ConfluentBootstrapServer.

public class ConfluentBootstrapServerInfo : Azure.ResourceManager.ServiceLinker.Models.TargetServiceBaseInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceLinker.Models.ConfluentBootstrapServerInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceLinker.Models.ConfluentBootstrapServerInfo>
public class ConfluentBootstrapServerInfo : Azure.ResourceManager.ServiceLinker.Models.TargetServiceBaseInfo
type ConfluentBootstrapServerInfo = class
    inherit TargetServiceBaseInfo
    interface IJsonModel<ConfluentBootstrapServerInfo>
    interface IPersistableModel<ConfluentBootstrapServerInfo>
type ConfluentBootstrapServerInfo = class
    inherit TargetServiceBaseInfo
Public Class ConfluentBootstrapServerInfo
Inherits TargetServiceBaseInfo
Implements IJsonModel(Of ConfluentBootstrapServerInfo), IPersistableModel(Of ConfluentBootstrapServerInfo)
Public Class ConfluentBootstrapServerInfo
Inherits TargetServiceBaseInfo
Inheritance
ConfluentBootstrapServerInfo
Implements

Constructors

ConfluentBootstrapServerInfo()

Initializes a new instance of ConfluentBootstrapServerInfo.

Properties

Endpoint

The endpoint of service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConfluentBootstrapServerInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfluentBootstrapServerInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TargetServiceBaseInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TargetServiceBaseInfo)
IJsonModel<TargetServiceBaseInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TargetServiceBaseInfo)
IPersistableModel<ConfluentBootstrapServerInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfluentBootstrapServerInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfluentBootstrapServerInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TargetServiceBaseInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TargetServiceBaseInfo)
IPersistableModel<TargetServiceBaseInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TargetServiceBaseInfo)
IPersistableModel<TargetServiceBaseInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TargetServiceBaseInfo)

Applies to