UpdateToolboxRequest 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 UpdateToolboxRequest.
public class UpdateToolboxRequest : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.UpdateToolboxRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.UpdateToolboxRequest>
type UpdateToolboxRequest = class
interface IJsonModel<UpdateToolboxRequest>
interface IPersistableModel<UpdateToolboxRequest>
Public Class UpdateToolboxRequest
Implements IJsonModel(Of UpdateToolboxRequest), IPersistableModel(Of UpdateToolboxRequest)
- Inheritance
-
UpdateToolboxRequest
- Implements
Constructors
| Name | Description |
|---|---|
| UpdateToolboxRequest(String, String) |
Initializes a new instance of UpdateToolboxRequest. |
Properties
| Name | Description |
|---|---|
| DefaultVersion |
The version identifier that the toolbox should point to. When set, the toolbox's default version will resolve to this version instead of the latest. |
| Name |
The name of the toolbox to update. |