ProblemClassifications Interface
public interface ProblemClassifications
Resource collection API of ProblemClassifications.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Problem |
get(String serviceName, String problemClassificationName)
Get problem classification details for a specific Azure service. |
|
abstract
Response<Problem |
getWithResponse(String serviceName, String problemClassificationName, Context context)
Get problem classification details for a specific Azure service. |
|
abstract
Paged |
list(String serviceName)
Lists all the problem classifications (categories) available for a specific Azure service. |
|
abstract
Paged |
list(String serviceName, Context context)
Lists all the problem classifications (categories) available for a specific Azure service. |
Method Details
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: