counterSpecifiers

@JvmName(name = "kyqwckknotuntywt")
suspend fun counterSpecifiers(value: Output<List<String>>)
@JvmName(name = "agugahspsnhtinsx")
suspend fun counterSpecifiers(value: List<String>)

Parameters

value

Specifies a list of specifier names of the performance counters you want to collect. To get a list of performance counters on Windows, run the command typeperf. Please see this document for more information.


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


@JvmName(name = "yqpqhvoccjfoaksr")
suspend fun counterSpecifiers(values: List<Output<String>>)
@JvmName(name = "awllvpymbhxkaita")
suspend fun counterSpecifiers(vararg values: String)

Parameters

values

Specifies a list of specifier names of the performance counters you want to collect. To get a list of performance counters on Windows, run the command typeperf. Please see this document for more information.