Dataflow Endpoint Data Explorer Args
data class DataflowEndpointDataExplorerArgs(val authentication: Output<DataflowEndpointDataExplorerAuthenticationArgs>, val batching: Output<BatchingConfigurationArgs>? = null, val database: Output<String>, val host: Output<String>) : ConvertibleToJava<DataflowEndpointDataExplorerArgs>
Azure Data Explorer endpoint properties
Constructors
Link copied to clipboard
constructor(authentication: Output<DataflowEndpointDataExplorerAuthenticationArgs>, batching: Output<BatchingConfigurationArgs>? = null, database: Output<String>, host: Output<String>)