VersionRefIndicator(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.