FunctionShellCallOutputExitOutcome 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 FunctionShellCallOutputExitOutcome : Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputOutcome, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputExitOutcome>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputExitOutcome>
type FunctionShellCallOutputExitOutcome = class
inherit FunctionShellCallOutputOutcome
interface IJsonModel<FunctionShellCallOutputExitOutcome>
interface IPersistableModel<FunctionShellCallOutputExitOutcome>
Public Class FunctionShellCallOutputExitOutcome
Inherits FunctionShellCallOutputOutcome
Implements IJsonModel(Of FunctionShellCallOutputExitOutcome), IPersistableModel(Of FunctionShellCallOutputExitOutcome)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionShellCallOutputExitOutcome(Int64) |
Initializes a new instance of FunctionShellCallOutputExitOutcome. |
Properties
| Name | Description |
|---|---|
| ExitCode |
Exit code from the shell process. |