streams

@JvmName(name = "euuagxqxxeesrxne")
suspend fun streams(value: Output<List<Either<String, KnownPerfCounterDataSourceStreams>>>)
@JvmName(name = "ayobcrytlctdhlqu")
suspend fun streams(value: List<Either<String, KnownPerfCounterDataSourceStreams>>?)

Parameters

value

List of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.


@JvmName(name = "kpqshyjilfxhkgmf")
suspend fun streams(vararg values: Output<Either<String, KnownPerfCounterDataSourceStreams>>)


@JvmName(name = "wlvdyvvrbbfcranv")
suspend fun streams(values: List<Output<Either<String, KnownPerfCounterDataSourceStreams>>>)
@JvmName(name = "wlsngrsavdsskupd")
suspend fun streams(vararg values: Either<String, KnownPerfCounterDataSourceStreams>)

Parameters

values

List of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.