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

CreateDataFlowDebugSessionRequest 构造函数

定义

重载

CreateDataFlowDebugSessionRequest()

初始化 CreateDataFlowDebugSessionRequest 类的新实例。

CreateDataFlowDebugSessionRequest(String, Nullable<Int32>, Nullable<Int32>, IntegrationRuntimeDebugResource)

初始化 CreateDataFlowDebugSessionRequest 类的新实例。

CreateDataFlowDebugSessionRequest()

初始化 CreateDataFlowDebugSessionRequest 类的新实例。

public CreateDataFlowDebugSessionRequest ();
Public Sub New ()

适用于

CreateDataFlowDebugSessionRequest(String, Nullable<Int32>, Nullable<Int32>, IntegrationRuntimeDebugResource)

初始化 CreateDataFlowDebugSessionRequest 类的新实例。

public CreateDataFlowDebugSessionRequest (string computeType = default, int? coreCount = default, int? timeToLive = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeDebugResource integrationRuntime = default);
new Microsoft.Azure.Management.DataFactory.Models.CreateDataFlowDebugSessionRequest : string * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeDebugResource -> Microsoft.Azure.Management.DataFactory.Models.CreateDataFlowDebugSessionRequest
Public Sub New (Optional computeType As String = Nothing, Optional coreCount As Nullable(Of Integer) = Nothing, Optional timeToLive As Nullable(Of Integer) = Nothing, Optional integrationRuntime As IntegrationRuntimeDebugResource = Nothing)

参数

computeType
String

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

coreCount
Nullable<Int32>

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

timeToLive
Nullable<Int32>

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

integrationRuntime
IntegrationRuntimeDebugResource

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

适用于