RetryPolicy.RetryType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Required. The Retry Type of the Retry Policy. Can be either 'fixed' or 'none'.
public Microsoft.WindowsAzure.Scheduler.Models.RetryType RetryType { get; set; }
member this.RetryType : Microsoft.WindowsAzure.Scheduler.Models.RetryType with get, set
Public Property RetryType As RetryType