Uses of Class
com.azure.resourcemanager.datafactory.models.CreateDataFlowDebugSessionRequest
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of CreateDataFlowDebugSessionRequest in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CreateDataFlowDebugSessionResponseInner>,
CreateDataFlowDebugSessionResponseInner> DataFlowDebugSessionsClient.beginCreate
(String resourceGroupName, String factoryName, CreateDataFlowDebugSessionRequest request) Creates a data flow debug session.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CreateDataFlowDebugSessionResponseInner>,
CreateDataFlowDebugSessionResponseInner> DataFlowDebugSessionsClient.beginCreate
(String resourceGroupName, String factoryName, CreateDataFlowDebugSessionRequest request, com.azure.core.util.Context context) Creates a data flow debug session.DataFlowDebugSessionsClient.create
(String resourceGroupName, String factoryName, CreateDataFlowDebugSessionRequest request) Creates a data flow debug session.DataFlowDebugSessionsClient.create
(String resourceGroupName, String factoryName, CreateDataFlowDebugSessionRequest request, com.azure.core.util.Context context) Creates a data flow debug session. -
Uses of CreateDataFlowDebugSessionRequest in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionCreateDataFlowDebugSessionRequest.withComputeType
(String computeType) Set the computeType property: Compute type of the cluster.CreateDataFlowDebugSessionRequest.withCoreCount
(Integer coreCount) Set the coreCount property: Core count of the cluster.CreateDataFlowDebugSessionRequest.withIntegrationRuntime
(IntegrationRuntimeDebugResource integrationRuntime) Set the integrationRuntime property: Set to use integration runtime setting for data flow debug session.CreateDataFlowDebugSessionRequest.withTimeToLive
(Integer timeToLive) Set the timeToLive property: Time to live setting of the cluster in minutes.Modifier and TypeMethodDescriptionDataFlowDebugSessions.create
(String resourceGroupName, String factoryName, CreateDataFlowDebugSessionRequest request) Creates a data flow debug session.DataFlowDebugSessions.create
(String resourceGroupName, String factoryName, CreateDataFlowDebugSessionRequest request, com.azure.core.util.Context context) Creates a data flow debug session.