Skip to main content

recommendations_recommended_rules_for_hosting_environments

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

Overview

Namerecommendations_recommended_rules_for_hosting_environments
TypeResource
Idazure.app_service.recommendations_recommended_rules_for_hosting_environments

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource Name.
kindstringKind of resource.
propertiesobjectRecommendation resource specific properties
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECThostingEnvironmentName, resourceGroupName, subscriptionIdDescription 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 }}';