Share via


FunctionShellToolParamEnvironmentContainerReferenceParam Class

Definition

The FunctionShellToolParamEnvironmentContainerReferenceParam.

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

Constructors

Name Description
FunctionShellToolParamEnvironmentContainerReferenceParam(String)

Initializes a new instance of FunctionShellToolParamEnvironmentContainerReferenceParam.

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<FunctionShellToolParamEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IJsonModel<FunctionShellToolParamEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IJsonModel<FunctionShellToolParamEnvironmentContainerReferenceParam>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FunctionShellToolParamEnvironmentContainerReferenceParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FunctionShellToolParamEnvironment>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IPersistableModel<FunctionShellToolParamEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IPersistableModel<FunctionShellToolParamEnvironment>.Write(ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IPersistableModel<FunctionShellToolParamEnvironmentContainerReferenceParam>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FunctionShellToolParamEnvironmentContainerReferenceParam>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FunctionShellToolParamEnvironmentContainerReferenceParam>.Write(ModelReaderWriterOptions)

Applies to