通过


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

ProjectsAgentProtocol Struct

Definition

public readonly struct ProjectsAgentProtocol : IEquatable<Azure.AI.Projects.Agents.ProjectsAgentProtocol>
type ProjectsAgentProtocol = struct
Public Structure ProjectsAgentProtocol
Implements IEquatable(Of ProjectsAgentProtocol)
Inheritance
ProjectsAgentProtocol
Implements

Constructors

Name Description
ProjectsAgentProtocol(String)

Initializes a new instance of ProjectsAgentProtocol.

Properties

Name Description
ActivityProtocol

Gets the ActivityProtocol.

Invocations

Gets the Invocations.

Responses

Gets the Responses.

Methods

Name Description
Equals(ProjectsAgentProtocol)

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(ProjectsAgentProtocol, ProjectsAgentProtocol)

Determines if two ProjectsAgentProtocol values are the same.

Implicit(String to Nullable<ProjectsAgentProtocol>)
Implicit(String to ProjectsAgentProtocol)

Converts a string to a ProjectsAgentProtocol.

Inequality(ProjectsAgentProtocol, ProjectsAgentProtocol)

Determines if two ProjectsAgentProtocol values are not the same.

Applies to