FunctionShellCallEnvironmentType Struct

Definition

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

Constructors

Name Description
FunctionShellCallEnvironmentType(String)

Initializes a new instance of FunctionShellCallEnvironmentType.

Properties

Name Description
ContainerReference

Gets the ContainerReference.

Local

Gets the Local.

Methods

Name Description
Equals(FunctionShellCallEnvironmentType)

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(FunctionShellCallEnvironmentType, FunctionShellCallEnvironmentType)

Determines if two FunctionShellCallEnvironmentType values are the same.

Implicit(String to FunctionShellCallEnvironmentType)

Converts a string to a FunctionShellCallEnvironmentType.

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

Determines if two FunctionShellCallEnvironmentType values are not the same.

Applies to