A2AProtocolVersion Struct
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.
Supported A2A protocol versions.
public readonly struct A2AProtocolVersion : IEquatable<Azure.AI.Projects.Agents.A2AProtocolVersion>
type A2AProtocolVersion = struct
Public Structure A2AProtocolVersion
Implements IEquatable(Of A2AProtocolVersion)
- Inheritance
-
A2AProtocolVersion
- Implements
Constructors
| Name | Description |
|---|---|
| A2AProtocolVersion(String) |
Initializes a new instance of A2AProtocolVersion. |
Properties
| Name | Description |
|---|---|
| V10 |
A2A protocol version 1.0. |
Methods
| Name | Description |
|---|---|
| Equals(A2AProtocolVersion) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(A2AProtocolVersion, A2AProtocolVersion) |
Determines if two A2AProtocolVersion values are the same. |
| Implicit(String to A2AProtocolVersion) |
Converts a string to a A2AProtocolVersion. |
| Implicit(String to Nullable<A2AProtocolVersion>) | |
| Inequality(A2AProtocolVersion, A2AProtocolVersion) |
Determines if two A2AProtocolVersion values are not the same. |