ProblemClassificationsNoSubscriptionsClient Interface

public interface ProblemClassificationsNoSubscriptionsClient

An instance of this class provides access to all the operations defined in ProblemClassificationsNoSubscriptionsClient.

Method Summary

Modifier and Type Method and Description
abstract ProblemClassificationsClassificationOutputInner classifyProblems(String problemServiceName, ProblemClassificationsClassificationInput problemClassificationsClassificationInput)

Classify the right problem classifications (categories) available for a specific Azure service.

abstract Response<ProblemClassificationsClassificationOutputInner> classifyProblemsWithResponse(String problemServiceName, ProblemClassificationsClassificationInput problemClassificationsClassificationInput, Context context)

Classify the right problem classifications (categories) available for a specific Azure service.

Method Details

classifyProblems

public abstract ProblemClassificationsClassificationOutputInner classifyProblems(String problemServiceName, ProblemClassificationsClassificationInput problemClassificationsClassificationInput)

Classify the right problem classifications (categories) available for a specific Azure service.

Parameters:

problemServiceName - Name of the Azure service for which the problem classifications need to be retrieved.
problemClassificationsClassificationInput - Input to check.

Returns:

output of the problem classification Classification API.

classifyProblemsWithResponse

public abstract Response classifyProblemsWithResponse(String problemServiceName, ProblemClassificationsClassificationInput problemClassificationsClassificationInput, Context context)

Classify the right problem classifications (categories) available for a specific Azure service.

Parameters:

problemServiceName - Name of the Azure service for which the problem classifications need to be retrieved.
problemClassificationsClassificationInput - Input to check.
context - The context to associate with this operation.

Returns:

output of the problem classification Classification API along with Response<T>.

Applies to