AppServiceEnvironmentResource.DisableAllForHostingEnvironmentRecommendation メソッド

定義

「アプリのすべての推奨事項を無効にする」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/disable
  • 操作IdRecommendations_DisableAllForHostingEnvironment
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

パラメーター

environmentName
String

アプリの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

environmentName が null です。

適用対象