FunctionShellCallItemParamEnvironment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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