profiles_enriching_kpis
Creates, updates, deletes, gets or lists a profiles_enriching_kpis
resource.
Overview
Name | profiles_enriching_kpis |
Type | Resource |
Id | azure_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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | exec | resourceGroupName , hubName , profileName , subscriptionId | 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. |
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.
Name | Datatype | Description |
---|---|---|
hubName | string | The name of the hub. |
profileName | string | The name of the profile. |
resourceGroupName | string | The name of the resource group. |
subscriptionId | string | Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Lifecycle Methods
- get
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
;