次の方法で共有


RecommendationsOperationsExtensions.DisableAllForWebApp メソッド

定義

アプリのすべての推奨事項を無効にします。

public static void DisableAllForWebApp (this Microsoft.Azure.Management.WebSites.IRecommendationsOperations operations, string resourceGroupName, string siteName);
static member DisableAllForWebApp : Microsoft.Azure.Management.WebSites.IRecommendationsOperations * string * string -> unit
<Extension()>
Public Sub DisableAllForWebApp (operations As IRecommendationsOperations, resourceGroupName As String, siteName As String)

パラメーター

operations
IRecommendationsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

siteName
String

アプリの名前。

注釈

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

適用対象