RetryType Enumeration
The type of Retry Policy applied to failed execution attempts.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
| Member name | Description | |
|---|---|---|
| Fixed | Retry up to a fixed number of times following failed execution attempts. | |
| None | Do not retry following a failed execution attempt. |
Show: