counterSpecifiers

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


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