RetryPolicy Members
Retry Policy for the job action.
The following tables list the members exposed by the RetryPolicy type.
Public Constructors
Name | Description | |
---|---|---|
RetryPolicy | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
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'. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
RetryPolicy Class
Microsoft.WindowsAzure.Scheduler.Models Namespace