通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionShellCallEnvironment Class

Definition

The FunctionShellCallEnvironment. Please note this is the abstract base class. The derived classes available for instantiation are: LocalEnvironmentResource and ContainerReferenceResource.

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

Applies to