SelfHostedIntegrationRuntimeStatus クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セルフホステッド統合ランタイムの状態。
public class SelfHostedIntegrationRuntimeStatus : Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeStatus
type SelfHostedIntegrationRuntimeStatus = class
inherit IntegrationRuntimeStatus
Public Class SelfHostedIntegrationRuntimeStatus
Inherits IntegrationRuntimeStatus
- 継承
プロパティ
AdditionalProperties |
[追加のプロパティ] このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。 例 :
|
AutoUpdate |
セルフホステッド統合ランタイムの自動更新が有効になっているかどうか。 |
AutoUpdateEta |
セルフホステッド統合ランタイムが更新される推定時間。 |
Capabilities |
統合ランタイム機能に関する追加情報を含む オブジェクト。 |
CreatedOn |
統合ランタイムが作成された時刻 (ISO8601形式)。 |
DataFactoryName |
統合ランタイムが属するデータ ファクトリ名。 (継承元 IntegrationRuntimeStatus) |
InternalChannelEncryption |
ノードノード通信チャネルの暗号化モードを設定するために使用されます (2 つ以上のセルフホステッド統合ランタイム ノードが存在する場合)。 |
IsSelfContainedInteractiveAuthoringEnabled |
セルフホステッド統合ランタイムが Azure Relay との接続を確立できない場合に対話型の作成機能を確保する別のオプション。 |
LatestVersion |
ダウンロード センターの最新バージョン。 |
Links |
この統合ランタイムと共有するために作成されるリンクされた統合ランタイムの一覧。 |
LocalTimeZoneOffset |
ローカル タイム ゾーンオフセット (時間単位)。 |
Nodes |
この統合ランタイムのノードの一覧。 |
PushedVersion |
統合ランタイムが更新するバージョン。 |
ScheduledUpdateOn |
統合ランタイムの更新がスケジュールされる日付 (ISO8601形式)。 |
ServiceUriStringList |
統合ランタイム バックエンド サービスで使用されるサービスの URL。 |
State |
統合ランタイムの状態。 (継承元 IntegrationRuntimeStatus) |
TaskQueueId |
統合ランタイムのタスク キュー ID。 |
UpdateDelayOffset |
統合ランタイムを更新するためにサービスによってスケジュールされた日付の時刻 (PT03H など) は 3 時間です。 |
Version |
統合ランタイムのバージョン。 |
VersionStatus |
統合ランタイム バージョンの状態。 |