Share via


VersionRefIndicator(String) Constructor

Definition

Initializes a new instance of VersionRefIndicator.

public VersionRefIndicator(string agentVersion);
new Azure.AI.Projects.Agents.VersionRefIndicator : string -> Azure.AI.Projects.Agents.VersionRefIndicator
Public Sub New (agentVersion As String)

Parameters

agentVersion
String

The agent version identifier returned by the agent version APIs.

Exceptions

agentVersion is null.

Applies to