MockableSupportTenantResource.ClassifyServices 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. : /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
Input to check.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.