counterSpecifiers

@JvmName(name = "rpbhdfvwiltyqhye")
suspend fun counterSpecifiers(value: Output<List<String>>)
@JvmName(name = "bfhmkckjumwcaaip")
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 = "juumfslqgadcsbhf")
suspend fun counterSpecifiers(vararg values: Output<String>)


@JvmName(name = "snldoosiqwoljvsx")
suspend fun counterSpecifiers(values: List<Output<String>>)
@JvmName(name = "poxcijcgqekwduow")
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.