次の方法で共有


SelfHostedIntegrationRuntimeStatus クラス

定義

セルフホステッド統合ランタイムの状態。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("SelfHosted")]
public class SelfHostedIntegrationRuntimeStatus : Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatus
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("SelfHosted")>]
type SelfHostedIntegrationRuntimeStatus = class
    inherit IntegrationRuntimeStatus
Public Class SelfHostedIntegrationRuntimeStatus
Inherits IntegrationRuntimeStatus
継承
SelfHostedIntegrationRuntimeStatus
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

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 クラスの新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションが逆シリアル化されます

(継承元 IntegrationRuntimeStatus)
AutoUpdate

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

AutoUpdateETA

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

Capabilities

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

CreateTime

統合ランタイムが作成された時刻を ISO8601 形式で取得します。

DataFactoryName

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

(継承元 IntegrationRuntimeStatus)
InternalChannelEncryption

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

LatestVersion

ダウンロード センターの最新バージョンを取得します。

Links

この統合ランタイムと共有するために作成されるリンクされた統合ランタイムの一覧を取得または設定します。

LocalTimeZoneOffset

ローカル タイム ゾーン オフセットを時間単位で取得します。

Nodes

この統合ランタイムのノードの一覧を取得または設定します。

PushedVersion

統合ランタイムが更新するバージョンを取得します。

ScheduledUpdateDate

統合ランタイムの更新がスケジュールされる日付を ISO8601 形式で取得します。

ServiceUrls

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

State

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

(継承元 IntegrationRuntimeStatus)
TaskQueueId

統合ランタイムのタスク キュー ID を取得します。

UpdateDelayOffset

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

Version

統合ランタイムのバージョンを取得します。

VersionStatus

統合ランタイム バージョンの状態を取得します。

適用対象