CreateDataFlowDebugSessionRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.
- integrationRuntime
- IntegrationRuntimeDebugResource
Set to use integration runtime setting for data flow debug session.
Applies to
Azure SDK for .NET