AzureMonitorWorkspaceLogsApiConfigResponse

data class AzureMonitorWorkspaceLogsApiConfigResponse(val dataCollectionEndpointUrl: String, val dataCollectionRule: String, val schema: SchemaMapResponse, val stream: String)

Azure Monitor Workspace Logs Api configurations.

Constructors

constructor(dataCollectionEndpointUrl: String, dataCollectionRule: String, schema: SchemaMapResponse, stream: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Data collection endpoint ingestion url.

Link copied to clipboard

Data Collection Rule (DCR) immutable id.

Link copied to clipboard

The schema mapping for incoming data.

Link copied to clipboard

Stream name in destination. Azure Monitor stream is related to the destination table.