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)

Usage

'Usage
Dim instance As RetryType

Syntax

'Declaration
Public Enumeration RetryType
public enum RetryType
public enum class RetryType
public enum RetryType
public enum 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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Microsoft.WindowsAzure.Scheduler.Models Namespace