ProblemClassificationCollection.GetAll(CancellationToken) Method
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.
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.
- Request Path: /providers/Microsoft.Support/services/{serviceName}/problemClassifications
- Operation Id: ProblemClassifications_List
- Default Api Version: 2024-04-01
- Resource: ProblemClassificationResource
public virtual Azure.Pageable<Azure.ResourceManager.Support.ProblemClassificationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.ProblemClassificationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.ProblemClassificationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProblemClassificationResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ProblemClassificationResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET