SupportExtensions.ClassifyServicesServiceClassificationAsync Method

Definition

Classify the list of right Azure services.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/classifyServices
  • Operation Id: ServiceClassifications_classifyServices
  • Default Api Version: 2023-06-01-preview
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.ServiceClassificationOutput>> ClassifyServicesServiceClassificationAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Support.Models.ServiceClassificationContent content, System.Threading.CancellationToken cancellationToken = default);
static member ClassifyServicesServiceClassificationAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Support.Models.ServiceClassificationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.ServiceClassificationOutput>>
<Extension()>
Public Function ClassifyServicesServiceClassificationAsync (subscriptionResource As SubscriptionResource, content As ServiceClassificationContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceClassificationOutput))

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

content
ServiceClassificationContent

Input to check.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource or content is null.

Applies to