Share via


ProtocolVersionRecord(ProjectsAgentProtocol, String) Constructor

Definition

Initializes a new instance of ProtocolVersionRecord.

public ProtocolVersionRecord(Azure.AI.Projects.Agents.ProjectsAgentProtocol protocol, string version);
new Azure.AI.Projects.Agents.ProtocolVersionRecord : Azure.AI.Projects.Agents.ProjectsAgentProtocol * string -> Azure.AI.Projects.Agents.ProtocolVersionRecord
Public Sub New (protocol As ProjectsAgentProtocol, version As String)

Parameters

protocol
ProjectsAgentProtocol

The protocol type.

version
String

The version string for the protocol, e.g. 'v0.1.1'.

Exceptions

version is null.

Applies to