CreateDataFlowDebugSessionRequest Class
Request body structure for creating data flow debug session.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelCreateDataFlowDebugSessionRequest
Constructor
CreateDataFlowDebugSessionRequest(*, compute_type: str | None = None, core_count: int | None = None, time_to_live: int | None = None, integration_runtime: _models.IntegrationRuntimeDebugResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
compute_type
|
Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided. |
core_count
|
Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided. |
time_to_live
|
Time to live setting of the cluster in minutes. |
integration_runtime
|
Set to use integration runtime setting for data flow debug session. |
Variables
Name | Description |
---|---|
compute_type
|
Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided. |
core_count
|
Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided. |
time_to_live
|
Time to live setting of the cluster in minutes. |
integration_runtime
|
Set to use integration runtime setting for data flow debug session. |
Azure SDK for Python