LinkedIntegrationRuntimeResponse

data class LinkedIntegrationRuntimeResponse(val createTime: String, val dataFactoryLocation: String, val dataFactoryName: String, val name: String, val subscriptionId: String)

The linked integration runtime information.

Constructors

Link copied to clipboard
constructor(createTime: String, dataFactoryLocation: String, dataFactoryName: String, name: String, subscriptionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creating time of the linked integration runtime.

Link copied to clipboard

The location of the workspace for which the linked integration runtime belong to.

Link copied to clipboard

The name of the workspace for which the linked integration runtime belong to.

Link copied to clipboard

The name of the linked integration runtime.

Link copied to clipboard

The subscription ID for which the linked integration runtime belong to.