counterSpecifiers

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


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