Share via


AzureAIAgentTarget(String) Constructor

Definition

Initializes a new instance of AzureAIAgentTarget.

public AzureAIAgentTarget(string name);
new Azure.AI.Projects.AzureAIAgentTarget : string -> Azure.AI.Projects.AzureAIAgentTarget
Public Sub New (name As String)

Parameters

name
String

The unique identifier of the Azure AI agent.

Exceptions

name is null.

Applies to