你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataFlowDebugSessionInfo 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DataFlowDebugSessionInfo() |
初始化 DataFlowDebugSessionInfo 类的新实例。 |
DataFlowDebugSessionInfo(IDictionary<String,Object>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, Nullable<Int32>, String) |
初始化 DataFlowDebugSessionInfo 类的新实例。 |
DataFlowDebugSessionInfo()
初始化 DataFlowDebugSessionInfo 类的新实例。
public DataFlowDebugSessionInfo();
Public Sub New ()
适用于
DataFlowDebugSessionInfo(IDictionary<String,Object>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, Nullable<Int32>, String)
初始化 DataFlowDebugSessionInfo 类的新实例。
public DataFlowDebugSessionInfo(System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string dataFlowName = default, string computeType = default, int? coreCount = default, int? nodeCount = default, string integrationRuntimeName = default, string sessionId = default, string startTime = default, int? timeToLiveInMinutes = default, string lastActivityTime = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionInfo : System.Collections.Generic.IDictionary<string, obj> * string * string * Nullable<int> * Nullable<int> * string * string * string * Nullable<int> * string -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionInfo
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional dataFlowName As String = Nothing, Optional computeType As String = Nothing, Optional coreCount As Nullable(Of Integer) = Nothing, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional integrationRuntimeName As String = Nothing, Optional sessionId As String = Nothing, Optional startTime As String = Nothing, Optional timeToLiveInMinutes As Nullable(Of Integer) = Nothing, Optional lastActivityTime As String = Nothing)
参数
- additionalProperties
- IDictionary<String,Object>
此集合反序列化消息中的不匹配属性
- dataFlowName
- String
数据流的名称。
- computeType
- String
群集的计算类型。
- integrationRuntimeName
- String
数据流调试会话的附加集成运行时名称。
- sessionId
- String
数据流调试会话的 ID。
- startTime
- String
数据流调试会话的开始时间。
- lastActivityTime
- String
数据流调试会话的上次活动时间。