MockableAppServiceSubscriptionResource.DisableAppServiceRecommendationAsync 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 System.Threading.Tasks.Task<Azure.Response> DisableAppServiceRecommendationAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member DisableAppServiceRecommendationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DisableAppServiceRecommendationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DisableAppServiceRecommendationAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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