Share via


FunctionShellCallItemParamEnvironmentContainerReferenceParam Class

Definition

The FunctionShellCallItemParamEnvironmentContainerReferenceParam.

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

Constructors

Name Description
FunctionShellCallItemParamEnvironmentContainerReferenceParam(String)

Initializes a new instance of FunctionShellCallItemParamEnvironmentContainerReferenceParam.

Properties

Name Description
ContainerId

The ID of the referenced container.

Methods

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

Explicit Interface Implementations

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

Applies to