你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CreateDataFlowDebugSessionRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
群集的计算类型。 如果提供,该值将被集成运行时中的同一设置覆盖。
- integrationRuntime
- IntegrationRuntimeDebugResource
设置为将集成运行时设置用于数据流调试会话。