Skip to main content

recommendations

Overview

Namerecommendations
TypeResource
Idazure.advisor.recommendations

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
namestringThe name of the resource
propertiesobjectThe properties of the recommendation.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTrecommendationId, resourceUriObtains details of a cached recommendation.
listSELECTsubscriptionIdObtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.
_listEXECsubscriptionIdObtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.
generateEXECsubscriptionIdInitiates the recommendation generation or computation process for a subscription. This operation is asynchronous. The generated recommendations are stored in a cache in the Advisor service.