currentBillingFeatures

@JvmName(name = "mbmdvfhwtsgkqpxo")
suspend fun currentBillingFeatures(value: Output<List<String>>)
@JvmName(name = "xohoagivtecnnhts")
suspend fun currentBillingFeatures(value: List<String>?)

Parameters

value

Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.


@JvmName(name = "avtprstovvmgpmsi")
suspend fun currentBillingFeatures(vararg values: Output<String>)


@JvmName(name = "rjnnrtlvcftfcfmh")
suspend fun currentBillingFeatures(values: List<Output<String>>)
@JvmName(name = "gjuxtcsnlufhkynl")
suspend fun currentBillingFeatures(vararg values: String)

Parameters

values

Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.