IntegrationRuntimeStatusResponse interface
Integration runtime status response.
Properties
data |
The workspace name which the integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The integration runtime name. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state of integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Type of integration runtime. |
Property Details
dataFactoryName
The workspace name which the integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server.
dataFactoryName?: string
Property Value
string
name
The integration runtime name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
state
The state of integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
type
Type of integration runtime.
type: string
Property Value
string
Azure SDK for JavaScript