UpdateToolboxRequest(String, String) Constructor
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.
Initializes a new instance of UpdateToolboxRequest.
public UpdateToolboxRequest(string name, string defaultVersion);
new Azure.AI.Projects.Agents.UpdateToolboxRequest : string * string -> Azure.AI.Projects.Agents.UpdateToolboxRequest
Public Sub New (name As String, defaultVersion As String)
Parameters
- name
- String
The name of the toolbox to update.
- defaultVersion
- String
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.
Exceptions
name or defaultVersion is null.