你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecommendationsOperationsExtensions.DisableRecommendationForSubscription 方法

定义

禁用指定的规则,使其将来不会应用于订阅。

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

参数

operations
IRecommendationsOperations

此扩展方法的操作组。

name
String

规则名称

注解

说明 禁用指定的规则,使其将来不会应用于订阅。

适用于