RetryPolicy Class

Definition

Retry Policy for the job action.

public class RetryPolicy
type RetryPolicy = class
Public Class RetryPolicy
Inheritance
RetryPolicy

Constructors

RetryPolicy()

Initializes a new instance of the RetryPolicy class.

RetryPolicy(RetryType)

Initializes a new instance of the RetryPolicy class with required arguments.

Properties

RetryCount

Optional. Number of times a retry should be attempted.

RetryInterval

Optional. The interval between retries.

RetryType

Required. The Retry Type of the Retry Policy. Can be either 'fixed' or 'none'.

Applies to