SupportExtensions.ClassifyServicesAsync Method

Definition

Overloads

Name Description
ClassifyServicesAsync(TenantResource, SupportServiceClassificationContent, CancellationToken)

Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServicesAsync(SupportServiceClassificationContent, CancellationToken) instead. </item>

ClassifyServicesAsync(SubscriptionResource, SupportServiceClassificationContent, CancellationToken)

Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServicesAsync(SupportServiceClassificationContent, CancellationToken) instead. </item>

ClassifyServicesAsync(TenantResource, SupportServiceClassificationContent, CancellationToken)

Source:
SupportExtensions.cs

Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServicesAsync(SupportServiceClassificationContent, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>> ClassifyServicesAsync(this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Support.Models.SupportServiceClassificationContent content, System.Threading.CancellationToken cancellationToken = default);
static member ClassifyServicesAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Support.Models.SupportServiceClassificationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>>
<Extension()>
Public Function ClassifyServicesAsync (tenantResource As TenantResource, content As SupportServiceClassificationContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SupportServiceClassificationOutput))

Parameters

tenantResource
TenantResource

The TenantResource the method will execute against.

content
SupportServiceClassificationContent

Input to check.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

tenantResource is null.

Applies to

ClassifyServicesAsync(SubscriptionResource, SupportServiceClassificationContent, CancellationToken)

Source:
SupportExtensions.cs

Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServicesAsync(SupportServiceClassificationContent, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>> ClassifyServicesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Support.Models.SupportServiceClassificationContent content, System.Threading.CancellationToken cancellationToken = default);
static member ClassifyServicesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Support.Models.SupportServiceClassificationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>>
<Extension()>
Public Function ClassifyServicesAsync (subscriptionResource As SubscriptionResource, content As SupportServiceClassificationContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SupportServiceClassificationOutput))

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

content
SupportServiceClassificationContent

Input to check.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource is null.

Applies to