getKpi

suspend fun getKpi(argument: GetKpiPlainArgs): GetKpiResult

Gets a KPI in the hub. Uses Azure REST API version 2017-04-26.

Return

The KPI resource format.

Parameters

argument

null


suspend fun getKpi(hubName: String, kpiName: String, resourceGroupName: String): GetKpiResult

Return

The KPI resource format.

Parameters

hubName

The name of the hub.

kpiName

The name of the KPI.

resourceGroupName

The name of the resource group.

See also


suspend fun getKpi(argument: suspend GetKpiPlainArgsBuilder.() -> Unit): GetKpiResult

Return

The KPI resource format.

Parameters

argument

Builder for com.pulumi.azurenative.customerinsights.kotlin.inputs.GetKpiPlainArgs.

See also