Share via


FunctionShellCallOutputTimeoutOutcomeParam Class

Definition

Shell call timeout outcome.

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

Constructors

Name Description
FunctionShellCallOutputTimeoutOutcomeParam()

Initializes a new instance of FunctionShellCallOutputTimeoutOutcomeParam.

Methods

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

Explicit Interface Implementations

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

Applies to