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

DataFactoryDataFlowDebugSessionContent()

Initializes a new instance of DataFactoryDataFlowDebugSessionContent.

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.

Explicit Interface Implementations

IJsonModel<DataFactoryDataFlowDebugSessionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataFactoryDataFlowDebugSessionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFactoryDataFlowDebugSessionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFactoryDataFlowDebugSessionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataFactoryDataFlowDebugSessionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to