Share via


FunctionShellCallOutputExitOutcomeParam Class

Definition

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
FunctionShellCallOutputExitOutcomeParam
Implements

Constructors

Name Description
FunctionShellCallOutputExitOutcomeParam(Int64)

Initializes a new instance of FunctionShellCallOutputExitOutcomeParam.

Properties

Name Description
ExitCode

The exit code returned by the shell process.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FunctionShellCallOutputExitOutcomeParam>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FunctionShellCallOutputExitOutcomeParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<FunctionShellCallOutputOutcomeParam>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from FunctionShellCallOutputOutcomeParam)
IJsonModel<FunctionShellCallOutputOutcomeParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from FunctionShellCallOutputOutcomeParam)
IPersistableModel<FunctionShellCallOutputExitOutcomeParam>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FunctionShellCallOutputExitOutcomeParam>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FunctionShellCallOutputExitOutcomeParam>.Write(ModelReaderWriterOptions)
IPersistableModel<FunctionShellCallOutputOutcomeParam>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from FunctionShellCallOutputOutcomeParam)
IPersistableModel<FunctionShellCallOutputOutcomeParam>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from FunctionShellCallOutputOutcomeParam)
IPersistableModel<FunctionShellCallOutputOutcomeParam>.Write(ModelReaderWriterOptions) (Inherited from FunctionShellCallOutputOutcomeParam)

Applies to