labelIncludeFilter

@JvmName(name = "fltccfuwmjfgyaal")
suspend fun labelIncludeFilter(value: Output<Map<String, String>>)
@JvmName(name = "uamylxeshwouevec")
suspend fun labelIncludeFilter(value: Map<String, String>?)

Parameters

value

The list of label inclusion filters in the form of label "name-value" pairs. Currently only one label is supported: 'microsoft_metrics_include_label'. Label values are matched case-insensitively.


@JvmName(name = "csqhghgyoohqduyu")
fun labelIncludeFilter(vararg values: Pair<String, String>)

Parameters

values

The list of label inclusion filters in the form of label "name-value" pairs. Currently only one label is supported: 'microsoft_metrics_include_label'. Label values are matched case-insensitively.