LocalEnvironmentResource Class

Definition

Local Environment.

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

Constructors

Name Description
LocalEnvironmentResource()

Initializes a new instance of LocalEnvironmentResource.

Methods

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

Explicit Interface Implementations

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

Applies to