Bagikan melalui


CreateDataFlowDebugSessionRequest Constructors

Definition

Overloads

CreateDataFlowDebugSessionRequest()

Initializes a new instance of the CreateDataFlowDebugSessionRequest class.

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

Initializes a new instance of the CreateDataFlowDebugSessionRequest class.

CreateDataFlowDebugSessionRequest()

Initializes a new instance of the CreateDataFlowDebugSessionRequest class.

public CreateDataFlowDebugSessionRequest ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CreateDataFlowDebugSessionRequest class.

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)

Parameters

computeType
String

Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

coreCount
Nullable<Int32>

Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.

timeToLive
Nullable<Int32>

Time to live setting of the cluster in minutes.

integrationRuntime
IntegrationRuntimeDebugResource

Set to use integration runtime setting for data flow debug session.

Applies to