LocalShellExecAction 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.
Local shell exec action.
public class LocalShellExecAction : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.LocalShellExecAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.LocalShellExecAction>
type LocalShellExecAction = class
interface IJsonModel<LocalShellExecAction>
interface IPersistableModel<LocalShellExecAction>
Public Class LocalShellExecAction
Implements IJsonModel(Of LocalShellExecAction), IPersistableModel(Of LocalShellExecAction)
- Inheritance
-
LocalShellExecAction
- Implements
Constructors
| Name | Description |
|---|---|
| LocalShellExecAction(IEnumerable<String>, IDictionary<String,String>) |
Initializes a new instance of LocalShellExecAction. |
Properties
| Name | Description |
|---|---|
| Command |
The command to run. |
| Env |
Environment variables to set for the command. |
| TimeoutMs |
Gets or sets the TimeoutMs. |
| Type |
The type of the local shell action. Always |
| User |
Gets or sets the User. |
| WorkingDirectory |
Gets or sets the WorkingDirectory. |