RetryPolicy Class
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.
Retry Policy for the job action.
public class RetryPolicy
type RetryPolicy = class
Public Class RetryPolicy
- Inheritance
-
RetryPolicy
Constructors
RetryPolicy() |
Initializes a new instance of the RetryPolicy class. |
RetryPolicy(RetryType) |
Initializes a new instance of the RetryPolicy class with required arguments. |
Properties
RetryCount |
Optional. Number of times a retry should be attempted. |
RetryInterval |
Optional. The interval between retries. |
RetryType |
Required. The Retry Type of the Retry Policy. Can be either 'fixed' or 'none'. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.