RetryPolicy Class

 

Retry Policy for the job action.

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

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.RetryPolicy

Public Class RetryPolicy

NameDescription
System_CAPS_pubmethodRetryPolicy()

Initializes a new instance of the RetryPolicy class.

System_CAPS_pubmethodRetryPolicy(RetryType)

Initializes a new instance of the RetryPolicy class with required arguments.

NameDescription
System_CAPS_pubpropertyRetryCount

Optional. Number of times a retry should be attempted.

System_CAPS_pubpropertyRetryInterval

Optional. The interval between retries.

System_CAPS_pubpropertyRetryType

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: