Data Source Configuration Response
data class DataSourceConfigurationResponse(val eventLogs: List<EventLogConfigurationResponse>? = null, val perfCounters: List<PerformanceCounterConfigurationResponse>? = null, val providers: List<EtwProviderConfigurationResponse>? = null)
Constructors
Link copied to clipboard
constructor(eventLogs: List<EventLogConfigurationResponse>? = null, perfCounters: List<PerformanceCounterConfigurationResponse>? = null, providers: List<EtwProviderConfigurationResponse>? = null)