streams

@JvmName(name = "idqvaueeautaqmcs")
suspend fun streams(value: Output<List<String>>)
@JvmName(name = "tmxlpgwhvbriqedq")
suspend fun streams(value: List<String>)

Parameters

value

Specifies a 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. Possible values include but not limited to Microsoft.Cache/redis:Metrics-Group-All.


@JvmName(name = "rkcvlohminoycbtg")
suspend fun streams(vararg values: Output<String>)


@JvmName(name = "dkriqithxfwgwrth")
suspend fun streams(values: List<Output<String>>)
@JvmName(name = "qlepqdcwbvnmmjsf")
suspend fun streams(vararg values: String)

Parameters

values

Specifies a 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. Possible values include but not limited to Microsoft.Cache/redis:Metrics-Group-All.