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

RecommendationRuleInner 类

定义

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class RecommendationRuleInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RecommendationRuleInner = class
    inherit ProxyOnlyResourceInner
Public Class RecommendationRuleInner
Inherits ProxyOnlyResourceInner
继承
属性

构造函数

RecommendationRuleInner()

初始化 RecommendationRuleInner 类的新实例。

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

初始化 RecommendationRuleInner 类的新实例。

属性

ActionName

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

BladeName

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

CategoryTags

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

Channels

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

Description

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

DisplayName

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

ExtensionName

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

ForwardLink

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

Id

资源 ID。Setter 受保护,因为需要在网络资源中设置 ID。

(继承自 ProxyResource)
IsDynamic

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

Kind

获取或设置资源的种类。

(继承自 ProxyOnlyResourceInner)
Level

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

Location

资源位置

(继承自 Resource)
Message

获取或设置规则的本地化名称 (适用于 UI) 。

Name

资源名称

(继承自 ProxyResource)
RecommendationId

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

RecommendationName

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

Tags

资源标记

(继承自 Resource)
Type

资源类型

(继承自 ProxyResource)

方法

Validate()

验证 对象。 如果验证失败,则引发 ValidationException。

(继承自 Resource)

适用于