FunctionShellCallOutputOutcomeType Struct

Definition

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

Constructors

Name Description
FunctionShellCallOutputOutcomeType(String)

Initializes a new instance of FunctionShellCallOutputOutcomeType.

Properties

Name Description
Exit

Gets the Exit.

Timeout

Gets the Timeout.

Methods

Name Description
Equals(FunctionShellCallOutputOutcomeType)

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

Determines if two FunctionShellCallOutputOutcomeType values are the same.

Implicit(String to FunctionShellCallOutputOutcomeType)

Converts a string to a FunctionShellCallOutputOutcomeType.

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

Determines if two FunctionShellCallOutputOutcomeType values are not the same.

Applies to