scores
Creates, updates, deletes, gets or lists a scores
resource.
Overview
Name | scores |
Type | Resource |
Id | azure.advisor.scores |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | The Advisor score data. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | name, subscriptionId | Gets the advisor score. |
list | SELECT | subscriptionId | Gets the list of advisor scores. |
SELECT
examples
Gets the list of advisor scores.
SELECT
properties
FROM azure.advisor.scores
WHERE subscriptionId = '{{ subscriptionId }}';