次の方法で共有


SelfHostedIntegrationRuntimeStatus コンストラクター

定義

オーバーロード

SelfHostedIntegrationRuntimeStatus()

SelfHostedIntegrationRuntimeStatus クラスの新しいインスタンスを初期化します。

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

SelfHostedIntegrationRuntimeStatus クラスの新しいインスタンスを初期化します。

SelfHostedIntegrationRuntimeStatus()

SelfHostedIntegrationRuntimeStatus クラスの新しいインスタンスを初期化します。

public SelfHostedIntegrationRuntimeStatus ();
Public Sub New ()

適用対象

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

SelfHostedIntegrationRuntimeStatus クラスの新しいインスタンスを初期化します。

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)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

dataFactoryName
String

統合ランタイムが属するデータ ファクトリ名。

state
String

統合ランタイムの状態。 使用できる値は、'Initial'、'Stopped'、'Started'、'Starting'、'Stopping'、'NeedRegistration'、'Online'、'Limited'、'Offline'、'AccessDenied' です。

createTime
Nullable<DateTime>

統合ランタイムが作成された時刻 (ISO8601 形式)。

taskQueueId
String

統合ランタイムのタスク キュー ID。

internalChannelEncryption
String

ノードノード通信チャネルの暗号化モードを設定するために使用されます (2 つ以上のセルフホステッド統合ランタイム ノードが存在する場合)。 使用できる値は、'NotSet'、'SslEncrypted'、'NotEncrypted' です。

version
String

統合ランタイムのバージョン。

nodes
IList<SelfHostedIntegrationRuntimeNode>

この統合ランタイムのノードの一覧。

scheduledUpdateDate
Nullable<DateTime>

統合ランタイムの更新がスケジュールされる日付 (ISO8601 形式)。

updateDelayOffset
String

統合ランタイムを更新するためにサービスによってスケジュールされた日付の時刻 (PT03H は 3 時間など)

localTimeZoneOffset
String

ローカル タイム ゾーンオフセット (時間単位)。

capabilities
IDictionary<String,String>

統合ランタイム機能に関する追加情報を含む オブジェクト。

serviceUrls
IList<String>

統合ランタイム バックエンド サービスで使用されるサービスの URL。

autoUpdate
String

セルフホステッド統合ランタイムの自動更新が有効になっているかどうか。 使用可能な値は次のとおりです: 'On'、'Off'

versionStatus
String

統合ランタイム バージョンの状態。

links
IList<LinkedIntegrationRuntime>

この統合ランタイムと共有するために作成されるリンクされた統合ランタイムの一覧。

pushedVersion
String

統合ランタイムが更新するバージョン。

latestVersion
String

ダウンロード センターの最新バージョン。

autoUpdateETA
Nullable<DateTime>

セルフホステッド統合ランタイムが更新される推定時間。

適用対象