TaxonomySubCategory Class
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.
Taxonomy sub-category definition.
public class TaxonomySubCategory : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.TaxonomySubCategory>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.TaxonomySubCategory>
type TaxonomySubCategory = class
interface IJsonModel<TaxonomySubCategory>
interface IPersistableModel<TaxonomySubCategory>
Public Class TaxonomySubCategory
Implements IJsonModel(Of TaxonomySubCategory), IPersistableModel(Of TaxonomySubCategory)
- Inheritance
-
TaxonomySubCategory
- Implements
Constructors
| Name | Description |
|---|---|
| TaxonomySubCategory(String, String, Boolean) |
Initializes a new instance of TaxonomySubCategory. |
Properties
| Name | Description |
|---|---|
| Description |
Description of the taxonomy sub-category. |
| Enabled |
List of taxonomy items under this sub-category. |
| Id |
Unique identifier of the taxonomy sub-category. |
| Name |
Name of the taxonomy sub-category. |
| Properties |
Additional properties for the taxonomy sub-category. |