Share via


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)

Syntax

public enum RetryType
public enum class RetryType
type RetryType
Public Enumeration RetryType

Members

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.

See Also

Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top