Skip to main content

component_available_features

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

Overview

Namecomponent_available_features
TypeResource
Idazure.application_insights.component_available_features

Fields

NameDatatypeDescription
ResultarrayA list of Application Insights component feature.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, resourceName, subscriptionIdReturns all available features of the application insights component.

SELECT examples

Returns all available features of the application insights component.

SELECT
Result
FROM azure.application_insights.component_available_features
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';