AppServiceEnvironmentResource.DisableAllForHostingEnvironmentRecommendation Method

Definition

Description for Disable all recommendations for an app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/disable
  • Operation Id: Recommendations_DisableAllForHostingEnvironment
  • Default Api Version: 2021-02-01
public virtual Azure.Response DisableAllForHostingEnvironmentRecommendation (string environmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member DisableAllForHostingEnvironmentRecommendation : string * System.Threading.CancellationToken -> Azure.Response
override this.DisableAllForHostingEnvironmentRecommendation : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DisableAllForHostingEnvironmentRecommendation (environmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

environmentName
String

Name of the app.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

environmentName is null.

Applies to