DataFlowDebugSessionOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:data_flow_debug_session> attribute.
- Inheritance
-
builtins.objectDataFlowDebugSessionOperations
Constructor
DataFlowDebugSessionOperations(*args, **kwargs)
Methods
| add_data_flow |
Add a data flow into debug session. |
| begin_create |
Creates a data flow debug session. |
| begin_execute_command |
Execute a data flow debug command. |
| delete |
Deletes a data flow debug session. |
| query_by_factory |
Query all active data flow debug sessions. |
add_data_flow
Add a data flow into debug session.
async add_data_flow(resource_group_name: str, factory_name: str, request: azure.mgmt.datafactory.models._models_py3.DataFlowDebugPackage, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.AddDataFlowToDebugSessionResponse
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
AddDataFlowToDebugSessionResponse, or the result of cls(response)
Return type
Exceptions
begin_create
Creates a data flow debug session.
async begin_create(resource_group_name: str, factory_name: str, request: azure.mgmt.datafactory.models._models_py3.CreateDataFlowDebugSessionRequest, **kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.datafactory.models._models_py3.CreateDataFlowDebugSessionResponse]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
- continuation_token
- str
A continuation token to restart a poller from a saved state.
- polling
- bool or AsyncPollingMethod
By default, your polling method will be AsyncARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either CreateDataFlowDebugSessionResponse or the result of cls(response)
Return type
Exceptions
begin_execute_command
Execute a data flow debug command.
async begin_execute_command(resource_group_name: str, factory_name: str, request: azure.mgmt.datafactory.models._models_py3.DataFlowDebugCommandRequest, **kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.datafactory.models._models_py3.DataFlowDebugCommandResponse]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
- continuation_token
- str
A continuation token to restart a poller from a saved state.
- polling
- bool or AsyncPollingMethod
By default, your polling method will be AsyncARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of AsyncLROPoller that returns either DataFlowDebugCommandResponse or the result of cls(response)
Return type
Exceptions
delete
Deletes a data flow debug session.
async delete(resource_group_name: str, factory_name: str, request: azure.mgmt.datafactory.models._models_py3.DeleteDataFlowDebugSessionRequest, **kwargs: Any) -> None
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
query_by_factory
Query all active data flow debug sessions.
query_by_factory(resource_group_name: str, factory_name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.datafactory.models._models_py3.QueryDataFlowDebugSessionsResponse]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either QueryDataFlowDebugSessionsResponse or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.datafactory.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>
Feedback
Submit and view feedback for