你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateDataFlowDebugSessionRequest Class

Definition

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