Uses of Class
com.azure.resourcemanager.datafactory.models.RetryPolicy
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of RetryPolicy in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionTumblingWindowTriggerTypeProperties.retryPolicy()
Get the retryPolicy property: Retry policy that will be applied for failed pipeline runs.Modifier and TypeMethodDescriptionTumblingWindowTriggerTypeProperties.withRetryPolicy
(RetryPolicy retryPolicy) Set the retryPolicy property: Retry policy that will be applied for failed pipeline runs. -
Uses of RetryPolicy in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionTumblingWindowTrigger.retryPolicy()
Get the retryPolicy property: Retry policy that will be applied for failed pipeline runs.Set the count property: Maximum ordinary retry attempts.RetryPolicy.withIntervalInSeconds
(Integer intervalInSeconds) Set the intervalInSeconds property: Interval between retries in seconds.Modifier and TypeMethodDescriptionTumblingWindowTrigger.withRetryPolicy
(RetryPolicy retryPolicy) Set the retryPolicy property: Retry policy that will be applied for failed pipeline runs.