Freigeben über


AIProjectAgentsOperations Class

Definition

The AIProjectAgentsOperations sub-client.

public class AIProjectAgentsOperations
type AIProjectAgentsOperations = class
Public Class AIProjectAgentsOperations
Inheritance
AIProjectAgentsOperations

Constructors

Name Description
AIProjectAgentsOperations()

Initializes a new instance of AIProjectAgentsOperations for mocking.

Properties

Name Description
Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Name Description
CreateAgentVersion(String, AgentVersionCreationOptions, CancellationToken)

Create a new agent version.

CreateAgentVersionAsync(String, AgentVersionCreationOptions, CancellationToken)

Create a new agent version.

CreateAgentVersionFromManifest(String, String, AgentManifestOptions, CancellationToken)
CreateAgentVersionFromManifestAsync(String, String, AgentManifestOptions, CancellationToken)
DeleteAgent(String, CancellationToken)

Deletes an agent.

DeleteAgentAsync(String, CancellationToken)

Deletes an agent.

DeleteAgentVersion(String, String, CancellationToken)

Deletes a specific version of an agent.

DeleteAgentVersionAsync(String, String, CancellationToken)

Deletes a specific version of an agent.

GetAgent(String, CancellationToken)

Retrieves the agent.

GetAgentAsync(String, CancellationToken)

Retrieves the agent.

GetAgents(Nullable<AgentKind>, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken)

Returns the list of all agents.

GetAgentsAsync(Nullable<AgentKind>, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken)

Returns the list of all agents.

GetAgentVersion(String, String, CancellationToken)

Retrieves a specific version of an agent.

GetAgentVersionAsync(String, String, CancellationToken)

Retrieves a specific version of an agent.

GetAgentVersions(String, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken)

Returns the list of versions of an agent.

GetAgentVersionsAsync(String, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken)

Returns the list of versions of an agent.

Applies to