streams

@JvmName(name = "jmckysdlcgnjxynw")
suspend fun streams(value: Output<List<Either<String, KnownExtensionDataSourceStreams>>>)
@JvmName(name = "ymixeuptjydwansb")
suspend fun streams(value: List<Either<String, KnownExtensionDataSourceStreams>>?)

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 = "thmmycowuegymhvj")
suspend fun streams(vararg values: Output<Either<String, KnownExtensionDataSourceStreams>>)


@JvmName(name = "mvvpxbgnksdxxrai")
suspend fun streams(values: List<Output<Either<String, KnownExtensionDataSourceStreams>>>)
@JvmName(name = "bkfkywrrcfcmcdnq")
suspend fun streams(vararg values: Either<String, KnownExtensionDataSourceStreams>)

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.