streams

@JvmName(name = "dbpyxfchglkfnwtw")
suspend fun streams(value: Output<List<Either<String, KnownPerfCounterDataSourceStreams>>>)
@JvmName(name = "muqjfgkknpgyenvk")
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 = "sttlkmphfafnaxbt")
suspend fun streams(vararg values: Output<Either<String, KnownPerfCounterDataSourceStreams>>)


@JvmName(name = "ljngloqavfcxqjxj")
suspend fun streams(values: List<Output<Either<String, KnownPerfCounterDataSourceStreams>>>)
@JvmName(name = "vmpfetwqtbnpgwrw")
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.