Skip to main content

scores

Creates, updates, deletes, gets or lists a scores resource.

Overview

Namescores
TypeResource
Idazure.advisor.scores

Fields

NameDatatypeDescription
propertiesobjectThe Advisor score data.

Methods

NameAccessible byRequired ParamsDescription
getSELECTname, subscriptionIdGets the advisor score.
listSELECTsubscriptionIdGets the list of advisor scores.

SELECT examples

Gets the list of advisor scores.

SELECT
properties
FROM azure.advisor.scores
WHERE subscriptionId = '{{ subscriptionId }}';