你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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