RecommendationProperties interface

Recommendation properties object.

Properties

additionalProperties

Collection of additional properties for the recommendation.

creationTimeUtc

The time stamp (UTC) when the recommendation was created.

description

Description of the recommendation.

lastEvaluatedTimeUtc

The time stamp (UTC) when the recommendation was last evaluated.

lastModifiedTimeUtc

The time stamp (UTC) when the recommendation was last modified.

recommendationTypeId

Id of the recommendation type.

resourceId

Id of the resource this recommendation refers to.

state

State of the recommendation.

suggestions

List of suggestions to take for this recommendation.

title

Title of the recommendation.

Property Details

additionalProperties

Collection of additional properties for the recommendation.

additionalProperties?: Record<string, string>

Property Value

Record<string, string>

creationTimeUtc

The time stamp (UTC) when the recommendation was created.

creationTimeUtc: Date

Property Value

Date

description

Description of the recommendation.

description: string

Property Value

string

lastEvaluatedTimeUtc

The time stamp (UTC) when the recommendation was last evaluated.

lastEvaluatedTimeUtc: Date

Property Value

Date

lastModifiedTimeUtc

The time stamp (UTC) when the recommendation was last modified.

lastModifiedTimeUtc: Date

Property Value

Date

recommendationTypeId

Id of the recommendation type.

recommendationTypeId: string

Property Value

string

resourceId

Id of the resource this recommendation refers to.

resourceId?: string

Property Value

string

state

State of the recommendation.

state: string

Property Value

string

suggestions

List of suggestions to take for this recommendation.

suggestions: RecommendedSuggestion[]

Property Value

title

Title of the recommendation.

title: string

Property Value

string