Sdílet prostřednictvím


TargetServiceBaseInfo Class

Definition

The target service properties Please note TargetServiceBaseInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureResourceInfo, ConfluentBootstrapServerInfo and ConfluentSchemaRegistryInfo.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ServiceLinker.Models.UnknownTargetServiceBase))]
public abstract class TargetServiceBaseInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceLinker.Models.TargetServiceBaseInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceLinker.Models.TargetServiceBaseInfo>
public abstract class TargetServiceBaseInfo
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ServiceLinker.Models.UnknownTargetServiceBase))>]
type TargetServiceBaseInfo = class
    interface IJsonModel<TargetServiceBaseInfo>
    interface IPersistableModel<TargetServiceBaseInfo>
type TargetServiceBaseInfo = class
Public MustInherit Class TargetServiceBaseInfo
Implements IJsonModel(Of TargetServiceBaseInfo), IPersistableModel(Of TargetServiceBaseInfo)
Public MustInherit Class TargetServiceBaseInfo
Inheritance
TargetServiceBaseInfo
Derived
Attributes
Implements

Constructors

TargetServiceBaseInfo()

Initializes a new instance of TargetServiceBaseInfo.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TargetServiceBaseInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TargetServiceBaseInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TargetServiceBaseInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TargetServiceBaseInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TargetServiceBaseInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to