MockableSupportTenantResource.ClassifyServices 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 Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput> ClassifyServices(Azure.ResourceManager.Support.Models.SupportServiceClassificationContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ClassifyServices : Azure.ResourceManager.Support.Models.SupportServiceClassificationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>
override this.ClassifyServices : Azure.ResourceManager.Support.Models.SupportServiceClassificationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>
Public Overridable Function ClassifyServices (content As SupportServiceClassificationContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SupportServiceClassificationOutput)

Parameters

content
SupportServiceClassificationContent

Input to check.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to