ManagedIntegrationRuntimeStatus 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.
Managed integration runtime status.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Managed")]
public class ManagedIntegrationRuntimeStatus : Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeStatus
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Managed")>]
type ManagedIntegrationRuntimeStatus = class
inherit IntegrationRuntimeStatus
Public Class ManagedIntegrationRuntimeStatus
Inherits IntegrationRuntimeStatus
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ManagedIntegrationRuntimeStatus() |
Initializes a new instance of the ManagedIntegrationRuntimeStatus class. |
ManagedIntegrationRuntimeStatus(IDictionary<String,Object>, String, String, Nullable<DateTime>, IList<ManagedIntegrationRuntimeNode>, IList<ManagedIntegrationRuntimeError>, ManagedIntegrationRuntimeOperationResult) |
Initializes a new instance of the ManagedIntegrationRuntimeStatus class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from IntegrationRuntimeStatus) |
CreateTime |
Gets the time at which the integration runtime was created, in ISO8601 format. |
DataFactoryName |
Gets the workspace name which the integration runtime belong to. (Inherited from IntegrationRuntimeStatus) |
LastOperation |
Gets the last operation result that occurred on this integration runtime. |
Nodes |
Gets the list of nodes for managed integration runtime. |
OtherErrors |
Gets the errors that occurred on this integration runtime. |
State |
Gets the state of integration runtime. Possible values include: 'Initial', 'Stopped', 'Started', 'Starting', 'Stopping', 'NeedRegistration', 'Online', 'Limited', 'Offline', 'AccessDenied' (Inherited from IntegrationRuntimeStatus) |
Applies to
Azure SDK for .NET