ProblemClassificationsOperations interface

Interface representing a ProblemClassifications operations.

Properties

get

Get problem classification details for a specific Azure service.

list

Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids.

Property Details

get

Get problem classification details for a specific Azure service.

get: (serviceName: string, problemClassificationName: string, options?: ProblemClassificationsGetOptionalParams) => Promise<ProblemClassification>

Property Value

(serviceName: string, problemClassificationName: string, options?: ProblemClassificationsGetOptionalParams) => Promise<ProblemClassification>

list

Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids.

list: (serviceName: string, options?: ProblemClassificationsListOptionalParams) => PagedAsyncIterableIterator<ProblemClassification, ProblemClassification[], PageSettings>

Property Value

(serviceName: string, options?: ProblemClassificationsListOptionalParams) => PagedAsyncIterableIterator<ProblemClassification, ProblemClassification[], PageSettings>