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

CreateDataFlowDebugSessionRequest 类

定义

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CreateDataFlowDebugSessionRequest+CreateDataFlowDebugSessionRequestConverter))]
public class CreateDataFlowDebugSessionRequest
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CreateDataFlowDebugSessionRequest+CreateDataFlowDebugSessionRequestConverter))>]
type CreateDataFlowDebugSessionRequest = class
Public Class CreateDataFlowDebugSessionRequest
继承
CreateDataFlowDebugSessionRequest
属性

构造函数

CreateDataFlowDebugSessionRequest()

初始化 CreateDataFlowDebugSessionRequest 的新实例。

属性

ComputeType

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

CoreCount

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

IntegrationRuntime

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

TimeToLive

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

适用于