labelIncludeFilter

@JvmName(name = "ljhqmfgdtyvgbhun")
suspend fun labelIncludeFilter(value: Output<Map<String, String>>)
@JvmName(name = "jddcwknqmseiveyv")
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 = "elixsfljgkdfcrfi")
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.