RecommendationProperties interface
Recommendation properties object.
Properties
| additional |
Collection of additional properties for the recommendation. |
| creation |
The time stamp (UTC) when the recommendation was created. |
| description | Description of the recommendation. |
| last |
The time stamp (UTC) when the recommendation was last evaluated. |
| last |
The time stamp (UTC) when the recommendation was last modified. |
| recommendation |
Id of the recommendation type. |
| resource |
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