ManagedIntegrationRuntimeStatus Constructors
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.
Overloads
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. |
ManagedIntegrationRuntimeStatus()
Initializes a new instance of the ManagedIntegrationRuntimeStatus class.
public ManagedIntegrationRuntimeStatus ();
Public Sub New ()
Applies to
ManagedIntegrationRuntimeStatus(IDictionary<String,Object>, String, String, Nullable<DateTime>, IList<ManagedIntegrationRuntimeNode>, IList<ManagedIntegrationRuntimeError>, ManagedIntegrationRuntimeOperationResult)
Initializes a new instance of the ManagedIntegrationRuntimeStatus class.
public ManagedIntegrationRuntimeStatus (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string dataFactoryName = default, string state = default, DateTime? createTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode> nodes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError> otherErrors = default, Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult lastOperation = default);
new Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeStatus : System.Collections.Generic.IDictionary<string, obj> * string * string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode> * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError> * Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult -> Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeStatus
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional dataFactoryName As String = Nothing, Optional state As String = Nothing, Optional createTime As Nullable(Of DateTime) = Nothing, Optional nodes As IList(Of ManagedIntegrationRuntimeNode) = Nothing, Optional otherErrors As IList(Of ManagedIntegrationRuntimeError) = Nothing, Optional lastOperation As ManagedIntegrationRuntimeOperationResult = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- dataFactoryName
- String
The workspace name which the integration runtime belong to.
- state
- String
The state of integration runtime. Possible values include: 'Initial', 'Stopped', 'Started', 'Starting', 'Stopping', 'NeedRegistration', 'Online', 'Limited', 'Offline', 'AccessDenied'
The time at which the integration runtime was created, in ISO8601 format.
The list of nodes for managed integration runtime.
- otherErrors
- IList<ManagedIntegrationRuntimeError>
The errors that occurred on this integration runtime.
- lastOperation
- ManagedIntegrationRuntimeOperationResult
The last operation result that occurred on this integration runtime.
Applies to
Azure SDK for .NET