MockableSupportSubscriptionResource.ClassifyServicesAsync 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.
Classify the list of right Azure services.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Support/classifyServices.
- Operation Id. : ClassifyServices_ClassifyServices.
- Default Api Version. : 2025-06-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>> ClassifyServicesAsync(Azure.ResourceManager.Support.Models.SupportServiceClassificationContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ClassifyServicesAsync : Azure.ResourceManager.Support.Models.SupportServiceClassificationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>>
override this.ClassifyServicesAsync : Azure.ResourceManager.Support.Models.SupportServiceClassificationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>>
Public Overridable Function ClassifyServicesAsync (content As SupportServiceClassificationContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SupportServiceClassificationOutput))
Parameters
Input to check.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.