SupportExtensions.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.
Overloads
| Name | Description |
|---|---|
| ClassifyServices(SubscriptionResource, SupportServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServices(SupportServiceClassificationContent, CancellationToken) instead. </item> |
| ClassifyServices(TenantResource, SupportServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServices(SupportServiceClassificationContent, CancellationToken) instead. </item> |
ClassifyServices(SubscriptionResource, SupportServiceClassificationContent, CancellationToken)
- Source:
- SupportExtensions.cs
Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServices(SupportServiceClassificationContent, CancellationToken) instead. </item>
public static Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput> ClassifyServices(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Support.Models.SupportServiceClassificationContent content, System.Threading.CancellationToken cancellationToken = default);
static member ClassifyServices : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Support.Models.SupportServiceClassificationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>
<Extension()>
Public Function ClassifyServices (subscriptionResource As SubscriptionResource, content As SupportServiceClassificationContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SupportServiceClassificationOutput)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource the method will execute against.
Input to check.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource is null.
Applies to
ClassifyServices(TenantResource, SupportServiceClassificationContent, CancellationToken)
- Source:
- SupportExtensions.cs
Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServices(SupportServiceClassificationContent, CancellationToken) instead. </item>
public static Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput> ClassifyServices(this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.Support.Models.SupportServiceClassificationContent content, System.Threading.CancellationToken cancellationToken = default);
static member ClassifyServices : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.Support.Models.SupportServiceClassificationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Support.Models.SupportServiceClassificationOutput>
<Extension()>
Public Function ClassifyServices (tenantResource As TenantResource, content As SupportServiceClassificationContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SupportServiceClassificationOutput)
Parameters
- tenantResource
- TenantResource
The TenantResource the method will execute against.
Input to check.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
tenantResource is null.