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

CreateDataFlowDebugSessionRequest interface

用于创建数据流调试会话的请求正文结构。

属性

computeType

群集的计算类型。 如果提供,该值将被集成运行时中的相同设置覆盖。

coreCount

群集的核心计数。 如果提供,该值将被集成运行时中的相同设置覆盖。

integrationRuntime

设置为对数据流调试会话使用集成运行时设置。

timeToLive

群集的生存时间设置(以分钟为单位)。

属性详细信息

computeType

群集的计算类型。 如果提供,该值将被集成运行时中的相同设置覆盖。

computeType?: string

属性值

string

coreCount

群集的核心计数。 如果提供,该值将被集成运行时中的相同设置覆盖。

coreCount?: number

属性值

number

integrationRuntime

设置为对数据流调试会话使用集成运行时设置。

integrationRuntime?: IntegrationRuntimeDebugResource

属性值

timeToLive

群集的生存时间设置(以分钟为单位)。

timeToLive?: number

属性值

number