Skip to main content

profiles_enriching_kpis

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

Overview

Nameprofiles_enriching_kpis
TypeResource
Idazure_extras.customer_insights.profiles_enriching_kpis

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getexecresourceGroupName, hubName, profileName, subscriptionIdGets the KPIs that enrich the profile Type identified by the supplied name. Enrichment happens through participants of the Interaction on an Interaction KPI and through Relationships for Profile KPIs.

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
hubNamestringThe name of the hub.
profileNamestringThe name of the profile.
resourceGroupNamestringThe name of the resource group.
subscriptionIdstringGets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Lifecycle Methods

Gets the KPIs that enrich the profile Type identified by the supplied name. Enrichment happens through participants of the Interaction on an Interaction KPI and through Relationships for Profile KPIs.

EXEC azure_extras.customer_insights.profiles_enriching_kpis.get 
@resourceGroupName='{{ resourceGroupName }}' --required,
@hubName='{{ hubName }}' --required,
@profileName='{{ profileName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;