recommendations_rule_details_by_hosting_environments
Creates, updates, deletes, gets or lists a recommendations_rule_details_by_hosting_environments
resource.
Overview
Name | recommendations_rule_details_by_hosting_environments |
Type | Resource |
Id | azure.app_service.recommendations_rule_details_by_hosting_environments |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource Name. |
kind | string | Kind of resource. |
properties | object | RecommendationRule resource specific properties |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | hostingEnvironmentName, name, resourceGroupName, subscriptionId | Description for Get a recommendation rule for an app. |
SELECT
examples
Description for Get a recommendation rule for an app.
SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.recommendations_rule_details_by_hosting_environments
WHERE hostingEnvironmentName = '{{ hostingEnvironmentName }}'
AND name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';