ManagedIntegrationRuntimeNode 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
ManagedIntegrationRuntimeNode() |
Initializes a new instance of the ManagedIntegrationRuntimeNode class. |
ManagedIntegrationRuntimeNode(IDictionary<String,Object>, String, String, IList<ManagedIntegrationRuntimeError>) |
Initializes a new instance of the ManagedIntegrationRuntimeNode class. |
ManagedIntegrationRuntimeNode()
Initializes a new instance of the ManagedIntegrationRuntimeNode class.
public ManagedIntegrationRuntimeNode ();
Public Sub New ()
Applies to
ManagedIntegrationRuntimeNode(IDictionary<String,Object>, String, String, IList<ManagedIntegrationRuntimeError>)
Initializes a new instance of the ManagedIntegrationRuntimeNode class.
public ManagedIntegrationRuntimeNode (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string nodeId = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError> errors = default);
new Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode : System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError> -> Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeNode
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional nodeId As String = Nothing, Optional status As String = Nothing, Optional errors As IList(Of ManagedIntegrationRuntimeError) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- nodeId
- String
The managed integration runtime node id.
- status
- String
The managed integration runtime node status. Possible values include: 'Starting', 'Available', 'Recycling', 'Unavailable'
- errors
- IList<ManagedIntegrationRuntimeError>
The errors that occurred on this integration runtime node.