Freigeben über


FunctionShellCallOutputTimeoutOutcome Class

Definition

Shell call timeout outcome.

public class FunctionShellCallOutputTimeoutOutcome : Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputOutcome, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputTimeoutOutcome>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputTimeoutOutcome>
type FunctionShellCallOutputTimeoutOutcome = class
    inherit FunctionShellCallOutputOutcome
    interface IJsonModel<FunctionShellCallOutputTimeoutOutcome>
    interface IPersistableModel<FunctionShellCallOutputTimeoutOutcome>
Public Class FunctionShellCallOutputTimeoutOutcome
Inherits FunctionShellCallOutputOutcome
Implements IJsonModel(Of FunctionShellCallOutputTimeoutOutcome), IPersistableModel(Of FunctionShellCallOutputTimeoutOutcome)
Inheritance
FunctionShellCallOutputTimeoutOutcome
Implements

Constructors

Name Description
FunctionShellCallOutputTimeoutOutcome()

Initializes a new instance of FunctionShellCallOutputTimeoutOutcome.

Methods

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

Explicit Interface Implementations

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

Applies to