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 |
|---|---|
| CreateToolboxVersion(String, BinaryContent, RequestOptions) |
[Protocol Method] Create a new version of a toolbox. If the toolbox does not exist, it will be created.
|
| CreateToolboxVersion(String, IEnumerable<ProjectsAgentTool>, String, IDictionary<String,String>, ToolboxPolicies, CancellationToken) |
Create a new version of a toolbox. If the toolbox does not exist, it will be created. |
| CreateToolboxVersionAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Create a new version of a toolbox. If the toolbox does not exist, it will be created.
|
| CreateToolboxVersionAsync(String, IEnumerable<ProjectsAgentTool>, String, IDictionary<String,String>, ToolboxPolicies, CancellationToken) |
Create a new version of a toolbox. If the toolbox does not exist, it will be created. |
| DeleteToolbox(String, CancellationToken) |
Delete a toolbox and all its versions. |
| DeleteToolbox(String, RequestOptions) |
[Protocol Method] Delete a toolbox and all its versions.
|
| DeleteToolboxAsync(String, CancellationToken) |
Delete a toolbox and all its versions. |
| DeleteToolboxAsync(String, RequestOptions) |
[Protocol Method] Delete a toolbox and all its versions.
|
| DeleteToolboxVersion(String, String, CancellationToken) |
Delete a specific version of a toolbox. |
| DeleteToolboxVersion(String, String, RequestOptions) |
[Protocol Method] Delete a specific version of a toolbox.
|
| DeleteToolboxVersionAsync(String, String, CancellationToken) |
Delete a specific version of a toolbox. |
| DeleteToolboxVersionAsync(String, String, RequestOptions) |
[Protocol Method] Delete a specific version of a toolbox.
|
| GetToolbox(String, CancellationToken) |
Retrieve a toolbox. |
| GetToolbox(String, RequestOptions) |
[Protocol Method] Retrieve a toolbox.
|
| GetToolboxAsync(String, CancellationToken) |
Retrieve a toolbox. |
| GetToolboxAsync(String, RequestOptions) |
[Protocol Method] Retrieve a toolbox.
|
| GetToolboxes(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all toolboxes. |
| GetToolboxes(Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] List all toolboxes.
|
| GetToolboxes(String, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all versions of a toolbox. |
| GetToolboxesAsync(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all toolboxes. |
| GetToolboxesAsync(Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] List all toolboxes.
|
| GetToolboxVersion(String, String, CancellationToken) |
Retrieve a specific version of a toolbox. |
| GetToolboxVersion(String, String, RequestOptions) |
[Protocol Method] Retrieve a specific version of a toolbox.
|
| GetToolboxVersionAsync(String, String, CancellationToken) |
Retrieve a specific version of a toolbox. |
| GetToolboxVersionAsync(String, String, RequestOptions) |
[Protocol Method] Retrieve a specific version of a toolbox.
|
| GetToolboxVersions(String, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all versions of a toolbox. |
| GetToolboxVersions(String, Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] List all versions of a toolbox.
|
| GetToolboxVersionsAsync(String, Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all versions of a toolbox. |
| GetToolboxVersionsAsync(String, Nullable<Int32>, String, String, String, RequestOptions) |
[Protocol Method] List all versions of a toolbox.
|
| UpdateToolbox(String, BinaryContent, RequestOptions) |
[Protocol Method] Update a toolbox to point to a specific version.
|
| UpdateToolbox(String, String, RequestOptions) |
[Protocol Method] Update a toolbox to point to a specific version.
|
| UpdateToolboxAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Update a toolbox to point to a specific version.
|
| UpdateToolboxAsync(String, String, RequestOptions) |
[Protocol Method] Update a toolbox to point to a specific version.
|