problem_classifications_no_subscriptions
Creates, updates, deletes, gets or lists a problem_classifications_no_subscriptions
resource.
Overview
Name | problem_classifications_no_subscriptions |
Type | Resource |
Id | azure.support.problem_classifications_no_subscriptions |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
classify_problems | exec | problemServiceName , issueSummary | Classify the right problem classifications (categories) available for a specific Azure service. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
problemServiceName | string | Name of the Azure service for which the problem classifications need to be retrieved. |
Lifecycle Methods
- classify_problems
Classify the right problem classifications (categories) available for a specific Azure service.
EXEC azure.support.problem_classifications_no_subscriptions.classify_problems
@problemServiceName='{{ problemServiceName }}' --required
@@json=
'{
"issueSummary": "{{ issueSummary }}",
"resourceId": "{{ resourceId }}"
}'
;