DataFlowEndpointPropertiesResponse

data class DataFlowEndpointPropertiesResponse(val authentication: DataFlowEndpointAuthenticationResponse, val dataExplorerSettings: DataFlowEndpointDataExplorerResponse? = null, val dataLakeStorageSettings: DataFlowEndpointDataLakeStorageResponse? = null, val endpointType: String, val fabricOneLakeSettings: DataFlowEndpointFabricOneLakeResponse? = null, val kafkaSettings: DataFlowEndpointKafkaResponse? = null, val localStorageSettings: DataFlowEndpointLocalStorageResponse? = null, val mqttSettings: DataFlowEndpointMqttResponse? = null, val provisioningState: String)

DataFlowEndpoint Resource properties. NOTE - Only one type of endpoint is supported for one Resource

Constructors

Link copied to clipboard
constructor(authentication: DataFlowEndpointAuthenticationResponse, dataExplorerSettings: DataFlowEndpointDataExplorerResponse? = null, dataLakeStorageSettings: DataFlowEndpointDataLakeStorageResponse? = null, endpointType: String, fabricOneLakeSettings: DataFlowEndpointFabricOneLakeResponse? = null, kafkaSettings: DataFlowEndpointKafkaResponse? = null, localStorageSettings: DataFlowEndpointLocalStorageResponse? = null, mqttSettings: DataFlowEndpointMqttResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication configuration.

Link copied to clipboard

Azure Data Explorer endpoint.

Link copied to clipboard
Link copied to clipboard

Endpoint Type.

Link copied to clipboard

Microsoft Fabric endpoint.

Link copied to clipboard

Kafka endpoint.

Link copied to clipboard

Local persistent volume endpoint.

Link copied to clipboard

Broker endpoint.

Link copied to clipboard

The status of the last operation.