ToolboxShellContainerAutoEnvironment 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.
An automatically provisioned container environment for a shell tool stored in a toolbox.
public class ToolboxShellContainerAutoEnvironment : Azure.AI.Projects.Agents.ToolboxShellEnvironment, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ToolboxShellContainerAutoEnvironment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ToolboxShellContainerAutoEnvironment>
type ToolboxShellContainerAutoEnvironment = class
inherit ToolboxShellEnvironment
interface IJsonModel<ToolboxShellContainerAutoEnvironment>
interface IPersistableModel<ToolboxShellContainerAutoEnvironment>
Public Class ToolboxShellContainerAutoEnvironment
Inherits ToolboxShellEnvironment
Implements IJsonModel(Of ToolboxShellContainerAutoEnvironment), IPersistableModel(Of ToolboxShellContainerAutoEnvironment)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ToolboxShellContainerAutoEnvironment() |
Initializes a new instance of ToolboxShellContainerAutoEnvironment. |
Properties
| Name | Description |
|---|---|
| FileIds |
An optional list of uploaded files to make available to your code. |
| MemoryLimit |
Gets or sets the MemoryLimit. |
| NetworkPolicy |
The network access policy for the container. When omitted, the service defaults to disabled outbound network access. |
| Skills |
An optional list of skills referenced by id or inline data. |