CallActivityWithRetryAction Class
Defines the structure of the Call Activity With Retry object.
Provides the information needed by the durable extension to be able to schedule the activity.
- Inheritance
-
CallActivityWithRetryAction
Constructor
CallActivityWithRetryAction(function_name: str, retry_options: azure.durable_functions.models.RetryOptions.RetryOptions, input_=None)
Parameters
- function_name
- retry_options
- input_
default value: None
Methods
| to_json |
Convert object into a json dictionary. |
to_json
Convert object into a json dictionary.
to_json() -> Dict[str, Union[int, str]]
Returns
The instance of the class converted into a json dictionary
Return type
Attributes
action_type
Get the type of action this class represents.
Feedback
Submit and view feedback for