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

RecommendationRule 类

定义

表示建议引擎可以执行的建议规则。

[Microsoft.Rest.Serialization.JsonTransformation]
public class RecommendationRule : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecommendationRule = class
    inherit ProxyOnlyResource
Public Class RecommendationRule
Inherits ProxyOnlyResource
继承
RecommendationRule
属性

构造函数

RecommendationRule()

初始化 RecommendationRule 类的新实例。

RecommendationRule(String, String, String, String, String, String, String, Nullable<Guid>, String, String, Nullable<NotificationLevel>, Nullable<Channels>, IList<String>, Nullable<Boolean>, String, String, String)

初始化 RecommendationRule 类的新实例。

属性

ActionName

获取或设置此规则建议的字符串操作的名称。

BladeName

获取或设置到门户上边栏选项卡的深层链接。 仅适用于动态规则。

CategoryTags

获取此建议规则所属的类别标记的列表。

Channels

获取或设置应用此规则的可用通道的列表。 可能的值包括:“Notification”、“Api”、“Email”、“Webhook”、“All”

Description

获取或设置规则的本地化详细说明。

DisplayName

获取或设置规则的 UI 友好名称。

ExtensionName

获取或设置门户的扩展名称(如果存在)。 仅适用于动态规则。

ForwardLink

获取或设置指向与规则关联的外部文档的转发链接。 仅适用于动态规则。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
IsDynamic

如果此与动态添加的规则相关联,则获取或设置 true

Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Level

获取或设置指示此规则的重要性的影响级别。 可能的值包括:“Critical”、“Warning”、“Information”、“NonUrgentSuggestion”

Message

获取或设置规则的本地化名称 (UI) 良好。

Name

获取资源名称。

(继承自 ProxyOnlyResource)
RecommendationId

获取或设置绑定到规则的关联建议对象的推荐 ID(如果存在)。 如果此类对象不存在,则将其设置为 null。

RecommendationName

获取或设置规则的唯一名称。

Type

获取资源类型。

(继承自 ProxyOnlyResource)

适用于