共用方式為


ResourceRecommendationBase interface

Advisor 建議。

Extends

屬性

actions

要實作建議的建議動作清單。

category

建議的類別。

description

建議的詳細描述。

exposedMetadataProperties

向客戶公開的建議元數據屬性,以提供其他資訊。

extendedProperties

擴充屬性

impact

建議的業務影響。

impactedField

Advisor 所識別的資源類型。

impactedValue

Advisor 所識別的資源。

label

建議的標籤。

lastUpdated

Advisor 最近檢查建議的有效性。

learnMoreLink

深入瞭解建議和產生邏輯的連結。

metadata

建議元數據。

potentialBenefits

實作建議的潛在優點。

recommendationTypeId

建議類型 GUID。

remediation

套用建議的自動化方式。

resourceMetadata

已評估的資源元數據

risk

未實作建議的潛在風險。

shortDescription

建議的摘要。

suppressionIds

建議的 snoozed 和 dismissed 規則清單。

繼承的屬性

id

資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

資源的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

actions

要實作建議的建議動作清單。

actions?: {[propertyName: string]: Record<string, unknown>}[]

屬性值

{[propertyName: string]: Record<string, unknown>}[]

category

建議的類別。

category?: string

屬性值

string

description

建議的詳細描述。

description?: string

屬性值

string

exposedMetadataProperties

向客戶公開的建議元數據屬性,以提供其他資訊。

exposedMetadataProperties?: {[propertyName: string]: Record<string, unknown>}

屬性值

{[propertyName: string]: Record<string, unknown>}

extendedProperties

擴充屬性

extendedProperties?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

impact

建議的業務影響。

impact?: string

屬性值

string

impactedField

Advisor 所識別的資源類型。

impactedField?: string

屬性值

string

impactedValue

Advisor 所識別的資源。

impactedValue?: string

屬性值

string

label

建議的標籤。

label?: string

屬性值

string

lastUpdated

Advisor 最近檢查建議的有效性。

lastUpdated?: Date

屬性值

Date

深入瞭解建議和產生邏輯的連結。

learnMoreLink?: string

屬性值

string

metadata

建議元數據。

metadata?: {[propertyName: string]: Record<string, unknown>}

屬性值

{[propertyName: string]: Record<string, unknown>}

potentialBenefits

實作建議的潛在優點。

potentialBenefits?: string

屬性值

string

recommendationTypeId

建議類型 GUID。

recommendationTypeId?: string

屬性值

string

remediation

套用建議的自動化方式。

remediation?: {[propertyName: string]: Record<string, unknown>}

屬性值

{[propertyName: string]: Record<string, unknown>}

resourceMetadata

已評估的資源元數據

resourceMetadata?: ResourceMetadata

屬性值

risk

未實作建議的潛在風險。

risk?: string

屬性值

string

shortDescription

建議的摘要。

shortDescription?: ShortDescription

屬性值

suppressionIds

建議的 snoozed 和 dismissed 規則清單。

suppressionIds?: string[]

屬性值

string[]

繼承的屬性詳細資料

id

資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自Resource.id

name

資源的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自Resource.name

type

資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自Resource.type