recommendations_recommended_rules_for_hosting_environments
Creates, updates, deletes, gets or lists a recommendations_recommended_rules_for_hosting_environments
resource.
Overview
Name | recommendations_recommended_rules_for_hosting_environments |
Type | Resource |
Id | azure.app_service.recommendations_recommended_rules_for_hosting_environments |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource Name. |
kind | string | Kind of resource. |
properties | object | Recommendation resource specific properties |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | hostingEnvironmentName, resourceGroupName, subscriptionId | Description for Get all recommendations for a hosting environment. |
SELECT
examples
Description for Get all recommendations for a hosting environment.
SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.recommendations_recommended_rules_for_hosting_environments
WHERE hostingEnvironmentName = '{{ hostingEnvironmentName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';