Freigeben über


ContainerReferenceResource Class

Definition

Container Reference.

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

Constructors

Name Description
ContainerReferenceResource(String)

Initializes a new instance of ContainerReferenceResource.

Properties

Name Description
ContainerId

Gets or sets the ContainerId.

Methods

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

Explicit Interface Implementations

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

Applies to