Skip to main content

problem_classifications_no_subscriptions

Creates, updates, deletes, gets or lists a problem_classifications_no_subscriptions resource.

Overview

Nameproblem_classifications_no_subscriptions
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
classify_problemsexecproblemServiceName, issueSummaryClassify 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.

NameDatatypeDescription
problemServiceNamestringName of the Azure service for which the problem classifications need to be retrieved.

Lifecycle Methods

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 }}"
}'
;