ContainerSkillType 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 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. |