MockableAppServiceSubscriptionResource.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: 2023-12-01
public virtual Azure.Response DisableAppServiceRecommendation (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member DisableAppServiceRecommendation : string * System.Threading.CancellationToken -> Azure.Response
override this.DisableAppServiceRecommendation : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DisableAppServiceRecommendation (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

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.

name is null.

Applies to