DCRConfigurationResponse

data class DCRConfigurationResponse(val dataCollectionEndpoint: String, val dataCollectionRuleImmutableId: String, val streamName: String)

The configuration of the destination of the data.

Constructors

Link copied to clipboard
constructor(dataCollectionEndpoint: String, dataCollectionRuleImmutableId: String, streamName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the data collection ingestion endpoint in log analytics.

Link copied to clipboard

The data collection rule immutable id, the rule defines the transformation and data destination.

Link copied to clipboard

The stream we are sending the data to.