CreateLinkedIntegrationRuntimeRequest interface
The linked integration runtime information.
Properties
data |
The location of the data factory that the linked integration runtime belongs to. |
data |
The name of the data factory that the linked integration runtime belongs to. |
name | The name of the linked integration runtime. |
subscription |
The ID of the subscription that the linked integration runtime belongs to. |
Property Details
dataFactoryLocation
The location of the data factory that the linked integration runtime belongs to.
dataFactoryLocation?: string
Property Value
string
dataFactoryName
The name of the data factory that the linked integration runtime belongs to.
dataFactoryName?: string
Property Value
string
name
The name of the linked integration runtime.
name?: string
Property Value
string
subscriptionId
The ID of the subscription that the linked integration runtime belongs to.
subscriptionId?: string
Property Value
string