ClassificationRuleListOutput interface
List of classification rules.
Properties
| count | The number of classification rules. |
| next |
The link to the next page of results, if any remaining results exist. |
| value | List of classification rules. |
Property Details
count
The number of classification rules.
count?: number
Property Value
number
nextLink
The link to the next page of results, if any remaining results exist.
nextLink?: string
Property Value
string
value
List of classification rules.
value: ClassificationRuleOutput[]