IntegrationRuntimeStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET