Freigeben über


FunctionShellCallOutputExitOutcome Class

Definition

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

Constructors

Name Description
FunctionShellCallOutputExitOutcome(Int64)

Initializes a new instance of FunctionShellCallOutputExitOutcome.

Properties

Name Description
ExitCode

Exit code from the shell process.

Methods

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

Explicit Interface Implementations

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

Applies to