LinkedIntegrationRuntime interface
The linked integration runtime information.
Properties
| create |
The creating time of the linked integration runtime. |
| data |
The location of the data factory for which the linked integration runtime belong to. |
| data |
The name of the data factory for which the linked integration runtime belong to. |
| name | The name of the linked integration runtime. |
| subscription |
The subscription ID for which the linked integration runtime belong to. |
Property Details
createTime
The creating time of the linked integration runtime.
createTime?: Date
Property Value
Date
dataFactoryLocation
The location of the data factory for which the linked integration runtime belong to.
dataFactoryLocation?: string
Property Value
string
dataFactoryName
The name of the data factory for which the linked integration runtime belong to.
dataFactoryName?: string
Property Value
string
name
The name of the linked integration runtime.
name?: string
Property Value
string
subscriptionId
The subscription ID for which the linked integration runtime belong to.
subscriptionId?: string
Property Value
string