ServiceClassificationRequest interface
Input to problem classification Classification API.
Properties
| additional |
Additional information in the form of a string. |
| issue |
Natural language description of the customer’s issue. |
| resource |
ARM resource Id of the resource that is having the issue. |
Property Details
additionalContext
Additional information in the form of a string.
additionalContext?: string
Property Value
string
issueSummary
Natural language description of the customer’s issue.
issueSummary?: string
Property Value
string
resourceId
ARM resource Id of the resource that is having the issue.
resourceId?: string
Property Value
string