Recommendation interface
Recommendation object.
- Extends
Properties
| additional |
Collection of additional properties for the recommendation. |
| creation |
The time stamp (UTC) when the recommendation was created. |
| description | Description of the recommendation. |
| etag | Etag of the azure resource |
| 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. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
etag
Etag of the azure resource
etag?: 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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type