ScheduledActionsRetryPolicy interface

Retry settings for a scheduled action operation.

Properties

onFailureAction

The resource operation to retry after a failure.

retryCount

The maximum number of retry attempts.

retryWindowInMinutes

The time window, in minutes, during which retries can occur.

Property Details

onFailureAction

The resource operation to retry after a failure.

onFailureAction?: string

Property Value

string

retryCount

The maximum number of retry attempts.

retryCount?: number

Property Value

number

retryWindowInMinutes

The time window, in minutes, during which retries can occur.

retryWindowInMinutes?: number

Property Value

number