Skip to main content

domains_recommendations

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

Overview

Namedomains_recommendations
TypeResource
Idazure.app_service.domains_recommendations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringName of the object.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionIdDescription for Get domain name recommendations based on keywords.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstringYour Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

SELECT examples

Description for Get domain name recommendations based on keywords.

SELECT
name
FROM azure.app_service.domains_recommendations
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;