IProblemClassificationsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProblemClassificationsOperations operations.
public interface IProblemClassificationsOperations
type IProblemClassificationsOperations = interface
Public Interface IProblemClassificationsOperations
Methods
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get problem classification details for a specific Azure service. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
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. |
Extension Methods
Get(IProblemClassificationsOperations, String, String) |
Get problem classification details for a specific Azure service. |
GetAsync(IProblemClassificationsOperations, String, String, CancellationToken) |
Get problem classification details for a specific Azure service. |
List(IProblemClassificationsOperations, String) |
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. |
ListAsync(IProblemClassificationsOperations, String, CancellationToken) |
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. |