AgentToolboxes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AgentToolboxes sub-client.
public class AgentToolboxes
type AgentToolboxes = class
Public Class AgentToolboxes
- Inheritance
-
AgentToolboxes
Constructors
| Name | Description |
|---|---|
| AgentToolboxes() |
Initializes a new instance of AgentToolboxes for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| CreateVersion(String, BinaryContent, RequestOptions) |
[Protocol Method] Creates a new toolbox version, provisioning the toolbox itself if it does not already exist.
|
| CreateVersion(String, IEnumerable<ToolboxTool>, String, IDictionary<String,String>, IEnumerable<ToolboxSkill>, ToolboxPolicies, CancellationToken) |
Creates a new toolbox version, provisioning the toolbox itself if it does not already exist. |
| CreateVersionAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Creates a new toolbox version, provisioning the toolbox itself if it does not already exist.
|
| CreateVersionAsync(String, IEnumerable<ToolboxTool>, String, IDictionary<String, String>, IEnumerable<ToolboxSkill>, ToolboxPolicies, CancellationToken) |
Creates a new toolbox version, provisioning the toolbox itself if it does not already exist. |
| Delete(String, CancellationToken) |
Removes the specified toolbox along with all of its versions. |
| Delete(String, RequestOptions) |
[Protocol Method] Removes the specified toolbox along with all of its versions.
|
| DeleteAsync(String, CancellationToken) |
Removes the specified toolbox along with all of its versions. |
| DeleteAsync(String, RequestOptions) |
[Protocol Method] Removes the specified toolbox along with all of its versions.
|
| DeleteVersion(String, String, CancellationToken) |
Removes the specified version of a toolbox. |
| DeleteVersion(String, String, RequestOptions) |
[Protocol Method] Removes the specified version of a toolbox.
|
| DeleteVersionAsync(String, String, CancellationToken) |
Removes the specified version of a toolbox. |
| DeleteVersionAsync(String, String, RequestOptions) |
[Protocol Method] Removes the specified version of a toolbox.
|
| Get(String, CancellationToken) |
Retrieves the specified toolbox and its current configuration. |
| Get(String, RequestOptions) |
[Protocol Method] Retrieves the specified toolbox and its current configuration.
|
| GetAll(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all toolboxes. |
| GetAll(Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] Returns the toolboxes available in the current project.
|
| GetAllAsync(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all toolboxes. |
| GetAllAsync(Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] Returns the toolboxes available in the current project.
|
| GetAsync(String, CancellationToken) |
Retrieves the specified toolbox and its current configuration. |
| GetAsync(String, RequestOptions) |
[Protocol Method] Retrieves the specified toolbox and its current configuration.
|
| GetVersion(String, String, CancellationToken) |
Retrieves the specified version of a toolbox by name and version identifier. |
| GetVersion(String, String, RequestOptions) |
[Protocol Method] Retrieves the specified version of a toolbox by name and version identifier.
|
| GetVersionAsync(String, String, CancellationToken) |
Retrieves the specified version of a toolbox by name and version identifier. |
| GetVersionAsync(String, String, RequestOptions) |
[Protocol Method] Retrieves the specified version of a toolbox by name and version identifier.
|
| GetVersions(String, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all versions of a toolbox. |
| GetVersions(String, Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] Returns the available versions for the specified toolbox.
|
| GetVersionsAsync(String, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all versions of a toolbox. |
| GetVersionsAsync(String, Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] Returns the available versions for the specified toolbox.
|
| UpdateDefaultVersion(String, BinaryContent, RequestOptions) |
[Protocol Method] Updates the toolbox's default version pointer to the specified version.
|
| UpdateDefaultVersion(String, String, RequestOptions) |
[Protocol Method] Update a toolbox to point to a specific version.
|
| UpdateDefaultVersionAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Updates the toolbox's default version pointer to the specified version.
|
| UpdateDefaultVersionAsync(String, String, RequestOptions) |
[Protocol Method] Update a toolbox to point to a specific version.
|