SynapseManagedIntegrationRuntimeStatus 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.
public class SynapseManagedIntegrationRuntimeStatus : Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeStatus
type SynapseManagedIntegrationRuntimeStatus = class
inherit SynapseIntegrationRuntimeStatus
Public Class SynapseManagedIntegrationRuntimeStatus
Inherits SynapseIntegrationRuntimeStatus
- Inheritance
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
CreateOn |
The time at which the integration runtime was created, in ISO8601 format. |
DataFactoryName |
The workspace name which the integration runtime belong to. (Inherited from SynapseIntegrationRuntimeStatus) |
LastOperation |
The last operation result that occurred on this integration runtime. |
Nodes |
The list of nodes for managed integration runtime. |
OtherErrors |
The errors that occurred on this integration runtime. |
State |
The state of integration runtime. (Inherited from SynapseIntegrationRuntimeStatus) |
Applies to
Azure SDK for .NET