CreateDataFlowDebugSessionRequest Class
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.
Request body structure for creating data flow debug session.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CreateDataFlowDebugSessionRequest+CreateDataFlowDebugSessionRequestConverter))]
public class CreateDataFlowDebugSessionRequest
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CreateDataFlowDebugSessionRequest+CreateDataFlowDebugSessionRequestConverter))>]
type CreateDataFlowDebugSessionRequest = class
Public Class CreateDataFlowDebugSessionRequest
- Inheritance
-
CreateDataFlowDebugSessionRequest
- Attributes
Constructors
CreateDataFlowDebugSessionRequest() |
Initializes a new instance of CreateDataFlowDebugSessionRequest. |
Properties
ComputeType |
Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided. |
CoreCount |
Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided. |
IntegrationRuntime |
Set to use integration runtime setting for data flow debug session. |
TimeToLive |
Time to live setting of the cluster in minutes. |
Applies to
Azure SDK for .NET