Get Data Flow Endpoint Result
data class GetDataFlowEndpointResult(val extendedLocation: ExtendedLocationResponse, val id: String, val name: String, val properties: DataFlowEndpointPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Instance dataflowEndpoint resource
Constructors
Link copied to clipboard
constructor(extendedLocation: ExtendedLocationResponse, id: String, name: String, properties: DataFlowEndpointPropertiesResponse, systemData: SystemDataResponse, type: String)