Share via


AppServiceExtensions.DisableAppServiceRecommendation Method

Definition

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: 2021-02-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