RetryType Enumeration

 

The type of Retry Policy applied to failed execution attempts.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public enum RetryType

Member nameDescription
Fixed

Retry up to a fixed number of times following failed execution attempts.

None

Do not retry following a failed execution attempt.

Return to top
Show: