DataFlowDebugSessionInfo Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DataFlowDebugSessionInfo() |
Inicializa uma nova instância da classe DataFlowDebugSessionInfo. |
DataFlowDebugSessionInfo(IDictionary<String,Object>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, Nullable<Int32>, String) |
Inicializa uma nova instância da classe DataFlowDebugSessionInfo. |
DataFlowDebugSessionInfo()
Inicializa uma nova instância da classe DataFlowDebugSessionInfo.
public DataFlowDebugSessionInfo ();
Public Sub New ()
Aplica-se a
DataFlowDebugSessionInfo(IDictionary<String,Object>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, Nullable<Int32>, String)
Inicializa uma nova instância da classe 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)
Parâmetros
- additionalProperties
- IDictionary<String,Object>
As propriedades sem correspondência da mensagem são desserializadas nesta coleção
- dataFlowName
- String
O nome do fluxo de dados.
- computeType
- String
Tipo de computação do cluster.
- integrationRuntimeName
- String
Nome do runtime de integração anexado da sessão de depuração do fluxo de dados.
- sessionId
- String
A ID da sessão de depuração do fluxo de dados.
- startTime
- String
Hora de início da sessão de depuração do fluxo de dados.
- lastActivityTime
- String
Hora da última atividade da sessão de depuração do fluxo de dados.
Aplica-se a
Azure SDK for .NET