GetEventSourceResult

data class GetEventSourceResult(val id: String, val kind: String, val location: String, val name: String, val tags: Map<String, String>? = null, val type: String)

An environment receives data from one or more event sources. Each event source has associated connection info that allows the Time Series Insights ingress pipeline to connect to and pull data from the event source

Constructors

Link copied to clipboard
fun GetEventSourceResult(id: String, kind: String, location: String, name: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The kind of the event source.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type