Share via


PersistentAgentsAdministrationClient Class

Definition

The PersistentAgentsAdministration service client.

public class PersistentAgentsAdministrationClient
type PersistentAgentsAdministrationClient = class
Public Class PersistentAgentsAdministrationClient
Inheritance
PersistentAgentsAdministrationClient

Constructors

PersistentAgentsAdministrationClient()

Initializes a new instance of PersistentAgentsAdministrationClient for mocking.

PersistentAgentsAdministrationClient(String, TokenCredential, PersistentAgentsAdministrationClientOptions)

Initializes a new instance of AzureAIClient.

PersistentAgentsAdministrationClient(String, TokenCredential)

Initializes a new instance of AzureAIClient.

PersistentAgentsAdministrationClient(Uri, TokenCredential, PersistentAgentsAdministrationClientOptions)

Initializes a new instance of PersistentAgentsAdministrationClient.

PersistentAgentsAdministrationClient(Uri, TokenCredential)

Initializes a new instance of PersistentAgentsAdministrationClient.

Properties

Pipeline

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

Methods

CreateAgent(String, String, String, String, IEnumerable<ToolDefinition>, ToolResources, Nullable<Single>, Nullable<Single>, BinaryData, IReadOnlyDictionary<String,String>, CancellationToken)

Creates a new agent.

CreateAgentAsync(String, String, String, String, IEnumerable<ToolDefinition>, ToolResources, Nullable<Single>, Nullable<Single>, BinaryData, IReadOnlyDictionary<String,String>, CancellationToken)

Creates a new agent.

DeleteAgent(String, CancellationToken)

Deletes an agent.

DeleteAgentAsync(String, CancellationToken)

Deletes an agent.

GetAgent(String, CancellationToken)

Retrieves an existing agent.

GetAgent(String, RequestContext)

[Protocol Method] Retrieves an existing agent.

GetAgentAsync(String, CancellationToken)

Retrieves an existing agent.

GetAgentAsync(String, RequestContext)

[Protocol Method] Retrieves an existing agent.

GetAgents(Nullable<Int32>, Nullable<ListSortOrder>, String, String, CancellationToken)

Gets a list of agents that were previously created.

GetAgentsAsync(Nullable<Int32>, Nullable<ListSortOrder>, String, String, CancellationToken)

Gets a list of agents that were previously created.

UpdateAgent(String, String, String, String, String, IEnumerable<ToolDefinition>, ToolResources, Nullable<Single>, Nullable<Single>, BinaryData, IReadOnlyDictionary<String,String>, CancellationToken)

Modifies an existing agent.

UpdateAgentAsync(String, String, String, String, String, IEnumerable<ToolDefinition>, ToolResources, Nullable<Single>, Nullable<Single>, BinaryData, IReadOnlyDictionary<String,String>, CancellationToken)

Modifies an existing agent.

Applies to