PipelineConnectionResponse

data class PipelineConnectionResponse(val etag: String, val id: String, val location: String, val name: String, val properties: PipelineConnectionResponseProperties? = null, val systemData: SystemDataResponse, val type: String)

Connection body inside a pipeline

Constructors

Link copied to clipboard
constructor(etag: String, id: String, location: String, name: String, properties: PipelineConnectionResponseProperties? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection etag inside pipeline

Link copied to clipboard
val id: String

Connection id inside pipeline

Link copied to clipboard

Connection location inside pipeline

Link copied to clipboard

Connection name inside pipeline

Link copied to clipboard

Connection properties inside pipeline

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

Connection type inside pipeline