ProjectsAgentVersionCreationOptions(ProjectsAgentDefinition) 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 ProjectsAgentVersionCreationOptions.
public ProjectsAgentVersionCreationOptions(Azure.AI.Projects.Agents.ProjectsAgentDefinition definition);
new Azure.AI.Projects.Agents.ProjectsAgentVersionCreationOptions : Azure.AI.Projects.Agents.ProjectsAgentDefinition -> Azure.AI.Projects.Agents.ProjectsAgentVersionCreationOptions
Public Sub New (definition As ProjectsAgentDefinition)
Parameters
- definition
- ProjectsAgentDefinition
The agent definition. This can be a workflow, hosted agent, or a simple agent definition.
Exceptions
definition is null.