You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/datafactory/azure-mgmt-datafactory/azure/mgmt/datafactory/aio/operations/_data_flow_debug_session_operations.py
Copy file name to clipboardExpand all lines: sdk/datafactory/azure-mgmt-datafactory/azure/mgmt/datafactory/aio/operations/_integration_runtime_object_metadata_operations.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,8 @@ async def begin_refresh(
110
110
:type integration_runtime_name: str
111
111
:keyword callable cls: A custom type or function that will be passed the direct response
112
112
:keyword str continuation_token: A continuation token to restart a poller from a saved state.
113
-
:keyword polling: True for ARMPolling, False for no polling, or a
114
-
pollingobject for personal polling strategy
113
+
:keyword polling: Pass in True if you'd like the AsyncARMPolling polling method,
114
+
False for no polling, or your own initialized polling object for a personal polling strategy.
115
115
:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod
116
116
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.
117
117
:return: An instance of AsyncLROPoller that returns either SsisObjectMetadataStatusResponse or the result of cls(response)
0 commit comments