counterSpecifiers

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


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