Share via


DeepResearchBingGroundingConnection(String) Constructor

Definition

Initializes a new instance of DeepResearchBingGroundingConnection.

public DeepResearchBingGroundingConnection(string connectionId);
new Azure.AI.Agents.Persistent.DeepResearchBingGroundingConnection : string -> Azure.AI.Agents.Persistent.DeepResearchBingGroundingConnection
Public Sub New (connectionId As String)

Parameters

connectionId
String

The connection ID for the Bing grounding connection.

Exceptions

connectionId is null.

Applies to