Share via


FunctionShellCallItemParamEnvironment Class

Definition

The environment to execute the shell commands in. Please note this is the abstract base class. The derived classes available for instantiation are: FunctionShellCallItemParamEnvironmentLocalEnvironmentParam and FunctionShellCallItemParamEnvironmentContainerReferenceParam.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownFunctionShellCallItemParamEnvironment))]
public abstract class FunctionShellCallItemParamEnvironment : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallItemParamEnvironment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionShellCallItemParamEnvironment>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownFunctionShellCallItemParamEnvironment))>]
type FunctionShellCallItemParamEnvironment = class
    interface IJsonModel<FunctionShellCallItemParamEnvironment>
    interface IPersistableModel<FunctionShellCallItemParamEnvironment>
Public MustInherit Class FunctionShellCallItemParamEnvironment
Implements IJsonModel(Of FunctionShellCallItemParamEnvironment), IPersistableModel(Of FunctionShellCallItemParamEnvironment)
Inheritance
FunctionShellCallItemParamEnvironment
Derived
Attributes
Implements

Applies to