Uses of Class
com.azure.resourcemanager.datafactory.models.CreateDataFlowDebugSessionRequest
-
Packages that use CreateDataFlowDebugSessionRequest Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of CreateDataFlowDebugSessionRequest in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type CreateDataFlowDebugSessionRequest Modifier and Type Method Description com.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.CreateDataFlowDebugSessionResponseInner
DataFlowDebugSessionsClient. create(String resourceGroupName, String factoryName, CreateDataFlowDebugSessionRequest request)
Creates a data flow debug session.CreateDataFlowDebugSessionResponseInner
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
Methods in com.azure.resourcemanager.datafactory.models that return CreateDataFlowDebugSessionRequest Modifier and Type Method Description CreateDataFlowDebugSessionRequest
CreateDataFlowDebugSessionRequest. withComputeType(String computeType)
Set the computeType property: Compute type of the cluster.CreateDataFlowDebugSessionRequest
CreateDataFlowDebugSessionRequest. withCoreCount(Integer coreCount)
Set the coreCount property: Core count of the cluster.CreateDataFlowDebugSessionRequest
CreateDataFlowDebugSessionRequest. withIntegrationRuntime(IntegrationRuntimeDebugResource integrationRuntime)
Set the integrationRuntime property: Set to use integration runtime setting for data flow debug session.CreateDataFlowDebugSessionRequest
CreateDataFlowDebugSessionRequest. withTimeToLive(Integer timeToLive)
Set the timeToLive property: Time to live setting of the cluster in minutes.Methods in com.azure.resourcemanager.datafactory.models with parameters of type CreateDataFlowDebugSessionRequest Modifier and Type Method Description CreateDataFlowDebugSessionResponse
DataFlowDebugSessions. create(String resourceGroupName, String factoryName, CreateDataFlowDebugSessionRequest request)
Creates a data flow debug session.CreateDataFlowDebugSessionResponse
DataFlowDebugSessions. create(String resourceGroupName, String factoryName, CreateDataFlowDebugSessionRequest request, com.azure.core.util.Context context)
Creates a data flow debug session.
-