Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.CreateDataFlowDebugSessionResponseInner
-
Packages that use CreateDataFlowDebugSessionResponseInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of CreateDataFlowDebugSessionResponseInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return CreateDataFlowDebugSessionResponseInner Modifier and Type Method Description 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.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type CreateDataFlowDebugSessionResponseInner 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)
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.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. -
Uses of CreateDataFlowDebugSessionResponseInner in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return CreateDataFlowDebugSessionResponseInner Modifier and Type Method Description CreateDataFlowDebugSessionResponseInner
CreateDataFlowDebugSessionResponseInner. withSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.CreateDataFlowDebugSessionResponseInner
CreateDataFlowDebugSessionResponseInner. withStatus(String status)
Set the status property: The state of the debug session. -
Uses of CreateDataFlowDebugSessionResponseInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return CreateDataFlowDebugSessionResponseInner Modifier and Type Method Description CreateDataFlowDebugSessionResponseInner
CreateDataFlowDebugSessionResponse. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.CreateDataFlowDebugSessionResponseInner object.
-