Freigeben über


SelfHostedIntegrationRuntimeStatus Konstruktoren

Definition

Überlädt

SelfHostedIntegrationRuntimeStatus()

Initialisiert eine neue instance der SelfHostedIntegrationRuntimeStatus-Klasse.

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>)

Initialisiert eine neue instance der SelfHostedIntegrationRuntimeStatus-Klasse.

SelfHostedIntegrationRuntimeStatus()

Initialisiert eine neue instance der SelfHostedIntegrationRuntimeStatus-Klasse.

public SelfHostedIntegrationRuntimeStatus ();
Public Sub New ()

Gilt für:

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>)

Initialisiert eine neue instance der SelfHostedIntegrationRuntimeStatus-Klasse.

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)

Parameter

additionalProperties
IDictionary<String,Object>

Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Auflistung deserialisiert.

dataFactoryName
String

Der Data Factory-Name, zu dem die Integration Runtime gehört.

state
String

Der Status der Integration Runtime. Mögliche Werte: "Initial", "Stopped", "Started", "Starting", "Stop", "NeedRegistration", "Online", "Limited", "Offline", "AccessDenied"

createTime
Nullable<DateTime>

Der Zeitpunkt, zu dem die Integration Runtime im ISO8601-Format erstellt wurde.

taskQueueId
String

Die Aufgabenwarteschlangen-ID der Integration Runtime.

internalChannelEncryption
String

Es wird verwendet, um den Verschlüsselungsmodus für den Knoten-Knoten-Kommunikationskanal festzulegen (wenn mehr als zwei selbstgehostete Integration Runtime-Knoten vorhanden sind). Mögliche Werte: "NotSet", "SslEncrypted", "NotEncrypted"

version
String

Version der Integration Runtime.

nodes
IList<SelfHostedIntegrationRuntimeNode>

Die Liste der Knoten für diese Integration Runtime.

scheduledUpdateDate
Nullable<DateTime>

Das Datum, an dem die Aktualisierung der Integration Runtime im ISO8601-Format geplant wird.

updateDelayOffset
String

Die Vom Dienst geplante Uhrzeit für die Aktualisierung der Integration Runtime, z. B. PT03H, beträgt 3 Stunden.

localTimeZoneOffset
String

Der lokale Zeitzonenoffset in Stunden.

capabilities
IDictionary<String,String>

Objekt mit zusätzlichen Informationen zu Integration Runtime-Funktionen.

serviceUrls
IList<String>

Die URLs für die Dienste, die im Integration Runtime-Back-End-Dienst verwendet werden.

autoUpdate
String

Gibt an, ob die automatische Aktualisierung der selbstgehosteten Integration Runtime aktiviert wurde. Mögliche Werte sind: "Ein", "Aus".

versionStatus
String

Status der Integration Runtime-Version.

links
IList<LinkedIntegrationRuntime>

Die Liste der verknüpften Integration Runtimes, die für die Freigabe mit dieser Integration Runtime erstellt werden.

pushedVersion
String

Die Version, auf die die Integration Runtime aktualisiert wird.

latestVersion
String

Die neueste Version im Download Center.

autoUpdateETA
Nullable<DateTime>

Die geschätzte Zeit, zu der die selbstgehostete Integration Runtime aktualisiert wird.

Gilt für: