currentBillingFeatures

@JvmName(name = "rjgwlniwjexsrhkm")
suspend fun currentBillingFeatures(value: Output<List<String>>)
@JvmName(name = "mnxbylsrvgmpcfyf")
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 = "ilpguafijqafljpc")
suspend fun currentBillingFeatures(vararg values: Output<String>)


@JvmName(name = "fqubtdbdbdrmfxwc")
suspend fun currentBillingFeatures(values: List<Output<String>>)
@JvmName(name = "pbmmqfleujnmbhuq")
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'.