A2AProtocolVersion(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 A2AProtocolVersion.
public A2AProtocolVersion(string value);
new Azure.AI.Projects.Agents.A2AProtocolVersion : string -> Azure.AI.Projects.Agents.A2AProtocolVersion
Public Sub New (value As String)
Parameters
- value
- String
The value.
Exceptions
value is null.