Compartilhar via


DataFlowDebugSessionInfo Construtores

Definição

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.

coreCount
Nullable<Int32>

Contagem de núcleos do cluster.

nodeCount
Nullable<Int32>

Contagem de nós do cluster. (propriedade preterida)

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.

timeToLiveInMinutes
Nullable<Int32>

Tipo de computação do cluster.

lastActivityTime
String

Hora da última atividade da sessão de depuração do fluxo de dados.

Aplica-se a