AppServiceExtensions.DisableAppServiceRecommendation 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.
Description for Disables the specified rule so it will not apply to a subscription in the future.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable
- Operation Id: Recommendations_DisableRecommendationForSubscription
- Default Api Version: 2024-04-01
public static Azure.Response DisableAppServiceRecommendation(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, System.Threading.CancellationToken cancellationToken = default);
static member DisableAppServiceRecommendation : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Response
<Extension()>
Public Function DisableAppServiceRecommendation (subscriptionResource As SubscriptionResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- name
- String
Rule name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
name
is an empty string, and was expected to be non-empty.
subscriptionResource
or name
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET