FunctionShellCallOutputExitOutcomeParam 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.
Shell call exit outcome.
public class FunctionShellCallOutputExitOutcomeParam : Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputOutcomeParam, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputExitOutcomeParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputExitOutcomeParam>
type FunctionShellCallOutputExitOutcomeParam = class
inherit FunctionShellCallOutputOutcomeParam
interface IJsonModel<FunctionShellCallOutputExitOutcomeParam>
interface IPersistableModel<FunctionShellCallOutputExitOutcomeParam>
Public Class FunctionShellCallOutputExitOutcomeParam
Inherits FunctionShellCallOutputOutcomeParam
Implements IJsonModel(Of FunctionShellCallOutputExitOutcomeParam), IPersistableModel(Of FunctionShellCallOutputExitOutcomeParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionShellCallOutputExitOutcomeParam(Int64) |
Initializes a new instance of FunctionShellCallOutputExitOutcomeParam. |
Properties
| Name | Description |
|---|---|
| ExitCode |
The exit code returned by the shell process. |