ArmDataFactoryModelFactory.SelfHostedIntegrationRuntimeNode Method
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.
Initializes a new instance of SelfHostedIntegrationRuntimeNode.
public static Azure.ResourceManager.DataFactory.Models.SelfHostedIntegrationRuntimeNode SelfHostedIntegrationRuntimeNode (string nodeName = default, string machineName = default, Uri hostServiceUri = default, Azure.ResourceManager.DataFactory.Models.SelfHostedIntegrationRuntimeNodeStatus? status = default, System.Collections.Generic.IReadOnlyDictionary<string,string> capabilities = default, string versionStatus = default, string version = default, DateTimeOffset? registerOn = default, DateTimeOffset? lastConnectOn = default, DateTimeOffset? expireOn = default, DateTimeOffset? lastStartOn = default, DateTimeOffset? lastStopOn = default, Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeUpdateResult? lastUpdateResult = default, DateTimeOffset? lastStartUpdateOn = default, DateTimeOffset? lastEndUpdateOn = default, bool? isActiveDispatcher = default, int? concurrentJobsLimit = default, int? maxConcurrentJobs = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalProperties = default);
static member SelfHostedIntegrationRuntimeNode : string * string * Uri * Nullable<Azure.ResourceManager.DataFactory.Models.SelfHostedIntegrationRuntimeNodeStatus> * System.Collections.Generic.IReadOnlyDictionary<string, string> * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeUpdateResult> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<bool> * Nullable<int> * Nullable<int> * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> -> Azure.ResourceManager.DataFactory.Models.SelfHostedIntegrationRuntimeNode
Public Shared Function SelfHostedIntegrationRuntimeNode (Optional nodeName As String = Nothing, Optional machineName As String = Nothing, Optional hostServiceUri As Uri = Nothing, Optional status As Nullable(Of SelfHostedIntegrationRuntimeNodeStatus) = Nothing, Optional capabilities As IReadOnlyDictionary(Of String, String) = Nothing, Optional versionStatus As String = Nothing, Optional version As String = Nothing, Optional registerOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastConnectOn As Nullable(Of DateTimeOffset) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastStopOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastUpdateResult As Nullable(Of IntegrationRuntimeUpdateResult) = Nothing, Optional lastStartUpdateOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastEndUpdateOn As Nullable(Of DateTimeOffset) = Nothing, Optional isActiveDispatcher As Nullable(Of Boolean) = Nothing, Optional concurrentJobsLimit As Nullable(Of Integer) = Nothing, Optional maxConcurrentJobs As Nullable(Of Integer) = Nothing, Optional additionalProperties As IReadOnlyDictionary(Of String, BinaryData) = Nothing) As SelfHostedIntegrationRuntimeNode
Parameters
- nodeName
- String
Name of the integration runtime node.
- machineName
- String
Machine name of the integration runtime node.
- hostServiceUri
- Uri
URI for the host machine of the integration runtime.
Status of the integration runtime node.
- capabilities
- IReadOnlyDictionary<String,String>
The integration runtime capabilities dictionary.
- versionStatus
- String
Status of the integration runtime node version.
- version
- String
Version of the integration runtime node.
- registerOn
- Nullable<DateTimeOffset>
The time at which the integration runtime node was registered in ISO8601 format.
- lastConnectOn
- Nullable<DateTimeOffset>
The most recent time at which the integration runtime was connected in ISO8601 format.
- expireOn
- Nullable<DateTimeOffset>
The time at which the integration runtime will expire in ISO8601 format.
- lastStartOn
- Nullable<DateTimeOffset>
The time the node last started up.
- lastStopOn
- Nullable<DateTimeOffset>
The integration runtime node last stop time.
- lastUpdateResult
- Nullable<IntegrationRuntimeUpdateResult>
The result of the last integration runtime node update.
- lastStartUpdateOn
- Nullable<DateTimeOffset>
The last time for the integration runtime node update start.
- lastEndUpdateOn
- Nullable<DateTimeOffset>
The last time for the integration runtime node update end.
Indicates whether this node is the active dispatcher for integration runtime requests.
- additionalProperties
- IReadOnlyDictionary<String,BinaryData>
Additional Properties.
Returns
A new SelfHostedIntegrationRuntimeNode instance for mocking.
Applies to
Azure SDK for .NET