共用方式為


RecommendationInner 類別

定義

表示建議引擎所產生的建議結果。

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

建構函式

RecommendationInner()

初始化 RecommendationInner 類別的新實例。

RecommendationInner(String, String, String, String, Nullable<DateTime>, Nullable<Guid>, String, ResourceScopeType, String, String, String, Nullable<NotificationLevel>, Nullable<Channels>, IList<String>, String, Nullable<Int32>, IList<String>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Double>, Nullable<Boolean>, String, String, String)

初始化 RecommendationInner 類別的新實例。

屬性

ActionName

取得或設定這個 物件所建議的動作名稱。

BladeName

取得或設定入口網站上刀鋒視窗的深層連結。

CategoryTags

取得此建議所屬的類別標籤清單。

Channels

取得或設定此建議可套用的通道清單。 可能的值包括:'Notification'、'Api'、'Email'、'Webhook'、'All'

CreationTime

取得或設定建立這個實例時的時間戳記。

DisplayName

取得或設定規則的 UI 易記名稱 (可能不是唯一) 。

Enabled

取得或設定 true,如果此建議仍然有效 (,亦即「可採取動作」) 。 False 表示無效。

EndTime

取得或設定建議所參考範圍的 UTC 結束時間。

ExtensionName

如果存在,則取得或設定入口網站的擴充名稱。

ForwardLink

取得或設定與規則相關聯之外部檔的正向連結。

Id

資源識別碼。Setter 受到保護,因為必須在網路資源中設定識別碼。

(繼承來源 ProxyResource)
IsDynamic

如果這個 與動態加入的規則相關聯,則取得或設定 true

Kind

取得或設定資源的種類。

(繼承來源 ProxyOnlyResourceInner)
Level

取得或設定層級,指出這項建議可能會影響的程度。 可能的值包括:'Critical'、'Warning'、'Information'、'NonUrgentSuggestion'

Location

資源位置

(繼承來源 Resource)
Message

取得或設定建議文字。

Name

資源名稱

(繼承來源 ProxyResource)
NextNotificationTime

取得或設定何時在 UTC 中通知此建議。 Null 表示永遠不會再收到通知。

NotificationExpirationTime

取得或設定此通知到期時的 UTC 日期和時間。

NotifiedTime

取得或設定此實例實際收到通知的 UTC 最後一個時間戳記。 Null 表示此建議尚未收到通知。

RecommendationId

取得或設定每個建議物件相關聯的 GUID 值。

ResourceId

取得或設定與此建議物件相關聯的完整 ARM 資源識別碼字串。

ResourceScope

取得或設定套用此建議的資源類型名稱,例如 Subscription、ServerFarm、Site。 可能的值包括:'ServerFarm'、'Subscription'、'WebSite'

RuleName

取得或設定規則的唯一名稱。

Score

取得或設定規則所測量的計量值。

StartTime

取得或設定建議所參考範圍的 UTC 開始時間。

States

取得或設定此建議的狀態清單。 如果是 null,則應該將其視為「作用中」。

Tags

資源標籤

(繼承來源 Resource)
Type

資源類型

(繼承來源 ProxyResource)

方法

Validate()

驗證 物件。 如果驗證失敗,則會擲回 ValidationException。

(繼承來源 Resource)

適用於