MockableSupportTenantResource.ClassifyServicesAsync Method

Definition

Classify the list of right Azure services.

  • Request Path. : /providers/Microsoft.Support/classifyServices.
  • Operation Id. : ClassifyServicesNoSubscription_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

content
SupportServiceClassificationContent

Input to check.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to