Share via


DeepResearchBingGroundingConnection Class

Definition

The connection resource ID for the Bing grounding resource .

public class DeepResearchBingGroundingConnection : System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.DeepResearchBingGroundingConnection>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.DeepResearchBingGroundingConnection>
type DeepResearchBingGroundingConnection = class
    interface IJsonModel<DeepResearchBingGroundingConnection>
    interface IPersistableModel<DeepResearchBingGroundingConnection>
Public Class DeepResearchBingGroundingConnection
Implements IJsonModel(Of DeepResearchBingGroundingConnection), IPersistableModel(Of DeepResearchBingGroundingConnection)
Inheritance
DeepResearchBingGroundingConnection
Implements

Constructors

DeepResearchBingGroundingConnection(String)

Initializes a new instance of DeepResearchBingGroundingConnection.

Properties

ConnectionId

The connection ID for the Bing grounding connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeepResearchBingGroundingConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeepResearchBingGroundingConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeepResearchBingGroundingConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeepResearchBingGroundingConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeepResearchBingGroundingConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to