SupportExtensions.ClassifyServicesServiceClassificationsNoSubscription Method

Definition

Classify the list of right Azure services.

  • Request Path: /providers/Microsoft.Support/classifyServices
  • Operation Id: ServiceClassificationsNoSubscription_classifyServices
  • Default Api Version: 2023-06-01-preview
public static Azure.Response<Azure.ResourceManager.Support.Models.ServiceClassificationOutput> ClassifyServicesServiceClassificationsNoSubscription (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Support.Models.ServiceClassificationContent content, System.Threading.CancellationToken cancellationToken = default);
static member ClassifyServicesServiceClassificationsNoSubscription : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Support.Models.ServiceClassificationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.Models.ServiceClassificationOutput>
<Extension()>
Public Function ClassifyServicesServiceClassificationsNoSubscription (tenantResource As TenantResource, content As ServiceClassificationContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceClassificationOutput)

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

content
ServiceClassificationContent

Input to check.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

tenantResource or content is null.

Applies to