共用方式為


SelfHostedIntegrationRuntimeStatus interface

自我裝載整合運行時間狀態。

Extends

屬性

autoUpdate

是否已開啟自我裝載整合運行時間自動更新。 注意:這個屬性不會串行化。 它只能由伺服器填入。

autoUpdateETA

自我裝載整合運行時間將會更新的估計時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

capabilities

物件,其中包含整合運行時間功能的其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

createTime

建立整合運行時間的時間,ISO8601格式。 注意:這個屬性不會串行化。 它只能由伺服器填入。

internalChannelEncryption

它用來設定節點節點通道的加密模式(當有超過 2 個自我裝載整合運行時間節點存在時)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

latestVersion

下載中心的最新版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

links

要與這個整合運行時間共用的連結整合運行時間清單。

localTimeZoneOffset

當地時區以小時為單位位移。 注意:這個屬性不會串行化。 它只能由伺服器填入。

nodes

這個整合運行時間的節點清單。

pushedVersion

整合運行時間要更新的版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

scheduledUpdateDate

以ISO8601格式排程整合運行時間更新的日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。

selfContainedInteractiveAuthoringEnabled

當您的自我裝載整合運行時間無法與 Azure 轉寄建立連線時,確保互動式撰寫函式的替代選項。 注意:這個屬性不會串行化。 它只能由伺服器填入。

serviceUrls

整合運行時間後端服務中使用的服務的URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

taskQueueId

整合運行時間的工作佇列標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

多型歧視性,指定這個物件可以是的不同類型

updateDelayOffset

服務排程更新整合運行時間的日期時間,例如 PT03H 為 3 小時注意:此屬性將不會串行化。 它只能由伺服器填入。

version

整合運行時間的版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

versionStatus

整合運行時間版本的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

dataFactoryName

整合運行時間所屬的數據處理站名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

state

整合運行時間的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

autoUpdate

是否已開啟自我裝載整合運行時間自動更新。 注意:這個屬性不會串行化。 它只能由伺服器填入。

autoUpdate?: string

屬性值

string

autoUpdateETA

自我裝載整合運行時間將會更新的估計時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

autoUpdateETA?: Date

屬性值

Date

capabilities

物件,其中包含整合運行時間功能的其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

capabilities?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

createTime

建立整合運行時間的時間,ISO8601格式。 注意:這個屬性不會串行化。 它只能由伺服器填入。

createTime?: Date

屬性值

Date

internalChannelEncryption

它用來設定節點節點通道的加密模式(當有超過 2 個自我裝載整合運行時間節點存在時)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

internalChannelEncryption?: string

屬性值

string

latestVersion

下載中心的最新版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

latestVersion?: string

屬性值

string

要與這個整合運行時間共用的連結整合運行時間清單。

links?: LinkedIntegrationRuntime[]

屬性值

localTimeZoneOffset

當地時區以小時為單位位移。 注意:這個屬性不會串行化。 它只能由伺服器填入。

localTimeZoneOffset?: string

屬性值

string

nodes

這個整合運行時間的節點清單。

nodes?: SelfHostedIntegrationRuntimeNode[]

屬性值

pushedVersion

整合運行時間要更新的版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

pushedVersion?: string

屬性值

string

scheduledUpdateDate

以ISO8601格式排程整合運行時間更新的日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。

scheduledUpdateDate?: Date

屬性值

Date

selfContainedInteractiveAuthoringEnabled

當您的自我裝載整合運行時間無法與 Azure 轉寄建立連線時,確保互動式撰寫函式的替代選項。 注意:這個屬性不會串行化。 它只能由伺服器填入。

selfContainedInteractiveAuthoringEnabled?: boolean

屬性值

boolean

serviceUrls

整合運行時間後端服務中使用的服務的URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

serviceUrls?: string[]

屬性值

string[]

taskQueueId

整合運行時間的工作佇列標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

taskQueueId?: string

屬性值

string

type

多型歧視性,指定這個物件可以是的不同類型

type: "SelfHosted"

屬性值

"SelfHosted"

updateDelayOffset

服務排程更新整合運行時間的日期時間,例如 PT03H 為 3 小時注意:此屬性將不會串行化。 它只能由伺服器填入。

updateDelayOffset?: string

屬性值

string

version

整合運行時間的版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。

version?: string

屬性值

string

versionStatus

整合運行時間版本的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

versionStatus?: string

屬性值

string

繼承的屬性詳細資料

dataFactoryName

整合運行時間所屬的數據處理站名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

dataFactoryName?: string

屬性值

string

繼承自IntegrationRuntimeStatus.dataFactoryName

state

整合運行時間的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

state?: string

屬性值

string

繼承自IntegrationRuntimeStatus.state