通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

Constructor

CallActivityWithRetryAction(function_name: str, retry_options: RetryOptions, input_=None)

Parameters

Name Description
function_name
Required
retry_options
Required
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, int | str]

Returns

Type Description

The instance of the class converted into a json dictionary

Attributes

action_type

Get the type of action this class represents.