你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SelfHostedIntegrationRuntimeNode 类

定义

自承载集成运行时节点的属性。

public class SelfHostedIntegrationRuntimeNode
type SelfHostedIntegrationRuntimeNode = class
Public Class SelfHostedIntegrationRuntimeNode
继承
SelfHostedIntegrationRuntimeNode

属性

AdditionalProperties

附加属性

若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建有效负载 { “key”: “value” }。

Capabilities

集成运行时功能字典。

ConcurrentJobsLimit

集成运行时节点上的最大并发作业数。

ExpireOn

集成运行时将以 ISO8601 格式过期的时间。

HostServiceUri

集成运行时的主机的 URI。

IsActiveDispatcher

指示此节点是否是集成运行时请求的活动调度程序。

LastConnectOn

集成运行时以 ISO8601 格式连接的最新时间。

LastEndUpdateOn

最后一次集成运行时节点更新结束。

LastStartOn

节点上次启动的时间。

LastStartUpdateOn

集成运行时节点更新的上次开始时间。

LastStopOn

集成运行时节点上次停止时间。

LastUpdateResult

上次集成运行时节点更新的结果。

MachineName

集成运行时节点的计算机名称。

MaxConcurrentJobs

此集成运行时中的最大并发作业数。

NodeName

集成运行时节点的名称。

RegisterOn

以 ISO8601 格式注册集成运行时节点的时间。

Status

集成运行时节点的状态。

Version

集成运行时节点的版本。

VersionStatus

集成运行时节点版本的状态。

适用于