Share via


IntegrationRuntimeStatus Class

Definition

Integration runtime status.

public class IntegrationRuntimeStatus
type IntegrationRuntimeStatus = class
Public Class IntegrationRuntimeStatus
Inheritance
IntegrationRuntimeStatus
Derived

Constructors

IntegrationRuntimeStatus()

Initializes a new instance of the IntegrationRuntimeStatus class.

IntegrationRuntimeStatus(IDictionary<String,Object>, String, String)

Initializes a new instance of the IntegrationRuntimeStatus class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

DataFactoryName

Gets the workspace name which the integration runtime belong to.

State

Gets the state of integration runtime. Possible values include: 'Initial', 'Stopped', 'Started', 'Starting', 'Stopping', 'NeedRegistration', 'Online', 'Limited', 'Offline', 'AccessDenied'

Applies to