UpdateToolboxRequest(String, String) Constructor

Definition

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.

Applies to