Ler em inglês

Partilhar via


DataFactoryDataFlowDebugSessionContent Class

Definition

Request body structure for creating data flow debug session.

public class DataFactoryDataFlowDebugSessionContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugSessionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowDebugSessionContent>
public class DataFactoryDataFlowDebugSessionContent
type DataFactoryDataFlowDebugSessionContent = class
    interface IJsonModel<DataFactoryDataFlowDebugSessionContent>
    interface IPersistableModel<DataFactoryDataFlowDebugSessionContent>
type DataFactoryDataFlowDebugSessionContent = class
Public Class DataFactoryDataFlowDebugSessionContent
Implements IJsonModel(Of DataFactoryDataFlowDebugSessionContent), IPersistableModel(Of DataFactoryDataFlowDebugSessionContent)
Public Class DataFactoryDataFlowDebugSessionContent
Inheritance
DataFactoryDataFlowDebugSessionContent
Implements

Constructors

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.

TimeToLiveInMinutes

Time to live setting of the cluster in minutes.

Methods

Explicit Interface Implementations

Applies to