Skip to main content

recommendations_rule_details_by_hosting_environments

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

Overview

Namerecommendations_rule_details_by_hosting_environments
TypeResource
Idazure.app_service.recommendations_rule_details_by_hosting_environments

Fields

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

Methods

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