FunctionShellToolParamEnvironmentType Struct

Definition

public readonly struct FunctionShellToolParamEnvironmentType : IEquatable<Azure.AI.AgentServer.Responses.Models.FunctionShellToolParamEnvironmentType>
type FunctionShellToolParamEnvironmentType = struct
Public Structure FunctionShellToolParamEnvironmentType
Implements IEquatable(Of FunctionShellToolParamEnvironmentType)
Inheritance
FunctionShellToolParamEnvironmentType
Implements

Constructors

Name Description
FunctionShellToolParamEnvironmentType(String)

Initializes a new instance of FunctionShellToolParamEnvironmentType.

Properties

Name Description
ContainerAuto

Gets the ContainerAuto.

ContainerReference

Gets the ContainerReference.

Local

Gets the Local.

Methods

Name Description
Equals(FunctionShellToolParamEnvironmentType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(FunctionShellToolParamEnvironmentType, FunctionShellToolParamEnvironmentType)

Determines if two FunctionShellToolParamEnvironmentType values are the same.

Implicit(String to FunctionShellToolParamEnvironmentType)

Converts a string to a FunctionShellToolParamEnvironmentType.

Implicit(String to Nullable<FunctionShellToolParamEnvironmentType>)
Inequality(FunctionShellToolParamEnvironmentType, FunctionShellToolParamEnvironmentType)

Determines if two FunctionShellToolParamEnvironmentType values are not the same.

Applies to