ProblemClassifications Interface
public interface ProblemClassifications
Resource collection API of ProblemClassifications.
Method Summary
Method Details
classifyProblems
public abstract ProblemClassificationsClassificationOutput classifyProblems(String problemServiceName, ProblemClassificationsClassificationInput problemClassificationsClassificationInput)
Classify the right problem classifications (categories) available for a specific Azure service.
Parameters:
Returns:
classifyProblemsWithResponse
public abstract Response<ProblemClassificationsClassificationOutput> classifyProblemsWithResponse(String problemServiceName, ProblemClassificationsClassificationInput problemClassificationsClassificationInput, Context context)
Classify the right problem classifications (categories) available for a specific Azure service.
Parameters:
Returns:
get
public abstract ProblemClassification get(String serviceName, String problemClassificationName)
Get problem classification details for a specific Azure service.
Parameters:
Returns:
getWithResponse
public abstract Response<ProblemClassification> getWithResponse(String serviceName, String problemClassificationName, Context context)
Get problem classification details for a specific Azure service.
Parameters:
Returns:
list
public abstract PagedIterable<ProblemClassification> list(String serviceName)
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.
Parameters:
Returns:
list
public abstract PagedIterable<ProblemClassification> list(String serviceName, Context context)
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.
Parameters:
Returns: