Compartilhar via


CreateDataFlowDebugSessionRequest Construtores

Definição

Sobrecargas

CreateDataFlowDebugSessionRequest()

Inicializa uma nova instância da classe CreateDataFlowDebugSessionRequest.

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

Inicializa uma nova instância da classe CreateDataFlowDebugSessionRequest.

CreateDataFlowDebugSessionRequest()

Inicializa uma nova instância da classe CreateDataFlowDebugSessionRequest.

public CreateDataFlowDebugSessionRequest ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

computeType
String

Tipo de computação do cluster. O valor será substituído pela mesma configuração no runtime de integração, se fornecido.

coreCount
Nullable<Int32>

Contagem de núcleos do cluster. O valor será substituído pela mesma configuração no runtime de integração, se fornecido.

timeToLive
Nullable<Int32>

Configuração de tempo de vida útil do cluster em minutos.

integrationRuntime
IntegrationRuntimeDebugResource

Defina para usar a configuração de runtime de integração para a sessão de depuração de fluxo de dados.

Aplica-se a