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

SynapseSelfHostedIntegrationRuntimeNode 类

定义

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

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

属性

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

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

LastConnectedOn

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

LastEndUpdateOn

集成运行时节点更新结束的最后时间。

LastStartedOn

节点上次启动的时间。

LastStartUpdateOn

集成运行时节点更新的上次启动时间。

LastStopOn

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

LastUpdateResult

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

MachineName

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

MaxConcurrentJobs

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

NodeName

集成运行时节点的名称。

RegisterOn

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

Status

集成运行时节点的状态。

Version

集成运行时节点的版本。

VersionStatus

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

适用于