次の方法で共有


RecommendationsOperationsExtensions.DisableAllForHostingEnvironmentAsync メソッド

定義

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

public static System.Threading.Tasks.Task DisableAllForHostingEnvironmentAsync (this Microsoft.Azure.Management.WebSites.IRecommendationsOperations operations, string resourceGroupName, string environmentName, string hostingEnvironmentName, System.Threading.CancellationToken cancellationToken = default);
static member DisableAllForHostingEnvironmentAsync : Microsoft.Azure.Management.WebSites.IRecommendationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DisableAllForHostingEnvironmentAsync (operations As IRecommendationsOperations, resourceGroupName As String, environmentName As String, hostingEnvironmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IRecommendationsOperations

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

resourceGroupName
String

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

environmentName
String

アプリの名前。

hostingEnvironmentName
String
cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象