FunctionShellCallItemParamEnvironmentType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public readonly struct FunctionShellCallItemParamEnvironmentType : IEquatable<Azure.AI.AgentServer.Responses.Models.FunctionShellCallItemParamEnvironmentType>
type FunctionShellCallItemParamEnvironmentType = struct
Public Structure FunctionShellCallItemParamEnvironmentType
Implements IEquatable(Of FunctionShellCallItemParamEnvironmentType)
- Inheritance
-
FunctionShellCallItemParamEnvironmentType
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionShellCallItemParamEnvironmentType(String) |
Initializes a new instance of FunctionShellCallItemParamEnvironmentType. |
Properties
| Name | Description |
|---|---|
| ContainerReference |
Gets the ContainerReference. |
| Local |
Gets the Local. |
Methods
| Name | Description |
|---|---|
| Equals(FunctionShellCallItemParamEnvironmentType) |
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(FunctionShellCallItemParamEnvironmentType, FunctionShellCallItemParamEnvironmentType) |
Determines if two FunctionShellCallItemParamEnvironmentType values are the same. |
| Implicit(String to FunctionShellCallItemParamEnvironmentType) |
Converts a string to a FunctionShellCallItemParamEnvironmentType. |
| Implicit(String to Nullable<FunctionShellCallItemParamEnvironmentType>) | |
| Inequality(FunctionShellCallItemParamEnvironmentType, FunctionShellCallItemParamEnvironmentType) |
Determines if two FunctionShellCallItemParamEnvironmentType values are not the same. |