Share via


RetryPolicy.RetryType Property

Required. The Retry Type of the Retry Policy. Can be either 'fixed' or 'none'.

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

Usage

'Usage
Dim instance As RetryPolicy
Dim value As RetryType

value = instance.RetryType

instance.RetryType = value

Syntax

'Declaration
Public Property RetryType As RetryType
public RetryType RetryType { get; set; }
public:
property RetryType RetryType {
    RetryType get ();
    void set (RetryType value);
}
/** @property */
public RetryType get_RetryType ()

/** @property */
public void set_RetryType (RetryType value)
public function get RetryType () : RetryType

public function set RetryType (value : RetryType)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

RetryPolicy Class
RetryPolicy Members
Microsoft.WindowsAzure.Scheduler.Models Namespace