Recommendation interface

Recommendation object.

Extends

Properties

additionalProperties

Collection of additional properties for the recommendation.

creationTimeUtc

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

description

Description of the recommendation.

etag

Etag of the azure resource

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.

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

systemData

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

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.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