ContainerSkillType Struct

Definition

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

Constructors

Name Description
ContainerSkillType(String)

Initializes a new instance of ContainerSkillType.

Properties

Name Description
Inline

Gets the Inline.

SkillReference

Gets the SkillReference.

Methods

Name Description
Equals(ContainerSkillType)

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

Determines if two ContainerSkillType values are the same.

Implicit(String to ContainerSkillType)

Converts a string to a ContainerSkillType.

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

Determines if two ContainerSkillType values are not the same.

Applies to