### YamlMime:JavaType uid: "com.microsoft.azure.management.support.v2020_04_01.ProblemClassifications" fullName: "com.microsoft.azure.management.support.v2020_04_01.ProblemClassifications" name: "ProblemClassifications" nameWithType: "ProblemClassifications" summary: "Type representing ProblemClassifications." syntax: "public interface **ProblemClassifications**
extends <>" methods: - uid: "com.microsoft.azure.management.support.v2020_04_01.ProblemClassifications.getAsync(java.lang.String,java.lang.String)" fullName: "com.microsoft.azure.management.support.v2020_04_01.ProblemClassifications.getAsync(String serviceName, String problemClassificationName)" name: "getAsync(String serviceName, String problemClassificationName)" nameWithType: "ProblemClassifications.getAsync(String serviceName, String problemClassificationName)" summary: "Get problem classification details for a specific Azure service." modifiers: - "abstract" parameters: - description: "Name of the Azure service available for support." name: "serviceName" type: "" - description: "Name of problem classification." name: "problemClassificationName" type: "" syntax: "public abstract Observable getAsync(String serviceName, String problemClassificationName)" desc: "Get problem classification details for a specific Azure service." returns: description: "the observable for the request" type: "<>" - uid: "com.microsoft.azure.management.support.v2020_04_01.ProblemClassifications.listAsync(java.lang.String)" fullName: "com.microsoft.azure.management.support.v2020_04_01.ProblemClassifications.listAsync(String serviceName)" name: "listAsync(String serviceName)" nameWithType: "ProblemClassifications.listAsync(String serviceName)" summary: "Lists all the problem classifications (categories) available for a specific Azure service." modifiers: - "abstract" parameters: - description: "Name of the Azure service for which the problem classifications need to be retrieved." name: "serviceName" type: "" syntax: "public abstract Observable listAsync(String serviceName)" desc: "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." returns: description: "the observable for the request" type: "<>" type: "interface" desc: "Type representing ProblemClassifications." implements: - "<>" metadata: {} package: "com.microsoft.azure.management.support.v2020_04_01" artifact: com.microsoft.azure.support.v2020_04_01:azure-mgmt-support:1.0.0