SelfHostedIntegrationRuntimeStatus 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
SelfHostedIntegrationRuntimeStatus() |
Initializes a new instance of the SelfHostedIntegrationRuntimeStatus class. |
SelfHostedIntegrationRuntimeStatus(IDictionary<String,Object>, String, String, Nullable<DateTime>, String, String, String, IList<SelfHostedIntegrationRuntimeNode>, Nullable<DateTime>, String, String, IDictionary<String,String>, IList<String>, String, String, IList<LinkedIntegrationRuntime>, String, String, Nullable<DateTime>) |
Initializes a new instance of the SelfHostedIntegrationRuntimeStatus class. |
SelfHostedIntegrationRuntimeStatus()
Initializes a new instance of the SelfHostedIntegrationRuntimeStatus class.
public SelfHostedIntegrationRuntimeStatus ();
Public Sub New ()
Applies to
SelfHostedIntegrationRuntimeStatus(IDictionary<String,Object>, String, String, Nullable<DateTime>, String, String, String, IList<SelfHostedIntegrationRuntimeNode>, Nullable<DateTime>, String, String, IDictionary<String,String>, IList<String>, String, String, IList<LinkedIntegrationRuntime>, String, String, Nullable<DateTime>)
Initializes a new instance of the SelfHostedIntegrationRuntimeStatus class.
public SelfHostedIntegrationRuntimeStatus (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string dataFactoryName = default, string state = default, DateTime? createTime = default, string taskQueueId = default, string internalChannelEncryption = default, string version = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode> nodes = default, DateTime? scheduledUpdateDate = default, string updateDelayOffset = default, string localTimeZoneOffset = default, System.Collections.Generic.IDictionary<string,string> capabilities = default, System.Collections.Generic.IList<string> serviceUrls = default, string autoUpdate = default, string versionStatus = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime> links = default, string pushedVersion = default, string latestVersion = default, DateTime? autoUpdateETA = default);
new Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus : System.Collections.Generic.IDictionary<string, obj> * string * string * Nullable<DateTime> * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode> * Nullable<DateTime> * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime> * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus
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 taskQueueId As String = Nothing, Optional internalChannelEncryption As String = Nothing, Optional version As String = Nothing, Optional nodes As IList(Of SelfHostedIntegrationRuntimeNode) = Nothing, Optional scheduledUpdateDate As Nullable(Of DateTime) = Nothing, Optional updateDelayOffset As String = Nothing, Optional localTimeZoneOffset As String = Nothing, Optional capabilities As IDictionary(Of String, String) = Nothing, Optional serviceUrls As IList(Of String) = Nothing, Optional autoUpdate As String = Nothing, Optional versionStatus As String = Nothing, Optional links As IList(Of LinkedIntegrationRuntime) = Nothing, Optional pushedVersion As String = Nothing, Optional latestVersion As String = Nothing, Optional autoUpdateETA As Nullable(Of DateTime) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- dataFactoryName
- String
The data factory 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.
- taskQueueId
- String
The task queue id of the integration runtime.
- internalChannelEncryption
- String
It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). Possible values include: 'NotSet', 'SslEncrypted', 'NotEncrypted'
- version
- String
Version of the integration runtime.
The list of nodes for this integration runtime.
The date at which the integration runtime will be scheduled to update, in ISO8601 format.
- updateDelayOffset
- String
The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours
- localTimeZoneOffset
- String
The local time zone offset in hours.
- capabilities
- IDictionary<String,String>
Object with additional information about integration runtime capabilities.
- autoUpdate
- String
Whether Self-hosted integration runtime auto update has been turned on. Possible values include: 'On', 'Off'
- versionStatus
- String
Status of the integration runtime version.
- links
- IList<LinkedIntegrationRuntime>
The list of linked integration runtimes that are created to share with this integration runtime.
- pushedVersion
- String
The version that the integration runtime is going to update to.
- latestVersion
- String
The latest version on download center.
The estimated time when the self-hosted integration runtime will be updated.
Applies to
Azure SDK for .NET