ProtocolVersionRecord Class
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.
A record mapping for a single protocol and its version.
public class ProtocolVersionRecord : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.ProtocolVersionRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.ProtocolVersionRecord>
type ProtocolVersionRecord = class
interface IJsonModel<ProtocolVersionRecord>
interface IPersistableModel<ProtocolVersionRecord>
Public Class ProtocolVersionRecord
Implements IJsonModel(Of ProtocolVersionRecord), IPersistableModel(Of ProtocolVersionRecord)
- Inheritance
-
ProtocolVersionRecord
- Implements
Constructors
| Name | Description |
|---|---|
| ProtocolVersionRecord(AgentCommunicationMethod, String) |
Initializes a new instance of ProtocolVersionRecord. |
Properties
| Name | Description |
|---|---|
| Protocol |
The protocol type. |
| Version |
The version string for the protocol, e.g. 'v0.1.1'. |