SelfHostedIntegrationRuntimeNode 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
SelfHostedIntegrationRuntimeNode() |
Initializes a new instance of the SelfHostedIntegrationRuntimeNode class. |
SelfHostedIntegrationRuntimeNode(IDictionary<String,Object>, String, String, String, String, IDictionary<String,String>, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the SelfHostedIntegrationRuntimeNode class. |
SelfHostedIntegrationRuntimeNode()
Initializes a new instance of the SelfHostedIntegrationRuntimeNode class.
public SelfHostedIntegrationRuntimeNode ();
Public Sub New ()
Applies to
SelfHostedIntegrationRuntimeNode(IDictionary<String,Object>, String, String, String, String, IDictionary<String,String>, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the SelfHostedIntegrationRuntimeNode class.
public SelfHostedIntegrationRuntimeNode (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string nodeName = default, string machineName = default, string hostServiceUri = default, string status = default, System.Collections.Generic.IDictionary<string,string> capabilities = default, string versionStatus = default, string version = default, DateTime? registerTime = default, DateTime? lastConnectTime = default, DateTime? expiryTime = default, DateTime? lastStartTime = default, DateTime? lastStopTime = default, string lastUpdateResult = default, DateTime? lastStartUpdateTime = default, DateTime? lastEndUpdateTime = default, bool? isActiveDispatcher = default, int? concurrentJobsLimit = default, int? maxConcurrentJobs = default);
new Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode : System.Collections.Generic.IDictionary<string, obj> * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional nodeName As String = Nothing, Optional machineName As String = Nothing, Optional hostServiceUri As String = Nothing, Optional status As String = Nothing, Optional capabilities As IDictionary(Of String, String) = Nothing, Optional versionStatus As String = Nothing, Optional version As String = Nothing, Optional registerTime As Nullable(Of DateTime) = Nothing, Optional lastConnectTime As Nullable(Of DateTime) = Nothing, Optional expiryTime As Nullable(Of DateTime) = Nothing, Optional lastStartTime As Nullable(Of DateTime) = Nothing, Optional lastStopTime As Nullable(Of DateTime) = Nothing, Optional lastUpdateResult As String = Nothing, Optional lastStartUpdateTime As Nullable(Of DateTime) = Nothing, Optional lastEndUpdateTime As Nullable(Of DateTime) = Nothing, Optional isActiveDispatcher As Nullable(Of Boolean) = Nothing, Optional concurrentJobsLimit As Nullable(Of Integer) = Nothing, Optional maxConcurrentJobs As Nullable(Of Integer) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- nodeName
- String
Name of the integration runtime node.
- machineName
- String
Machine name of the integration runtime node.
- hostServiceUri
- String
URI for the host machine of the integration runtime.
- status
- String
Status of the integration runtime node. Possible values include: 'NeedRegistration', 'Online', 'Limited', 'Offline', 'Upgrading', 'Initializing', 'InitializeFailed'
- capabilities
- IDictionary<String,String>
The integration runtime capabilities dictionary
- versionStatus
- String
Status of the integration runtime node version.
- version
- String
Version of the integration runtime node.
The time at which the integration runtime node was registered in ISO8601 format.
The most recent time at which the integration runtime was connected in ISO8601 format.
The time at which the integration runtime will expire in ISO8601 format.
- lastUpdateResult
- String
The result of the last integration runtime node update. Possible values include: 'None', 'Succeed', 'Fail'
Indicates whether this node is the active dispatcher for integration runtime requests.
Applies to
Azure SDK for .NET