Uses of Class
com.azure.resourcemanager.datafactory.models.RetryPolicy
-
Packages that use RetryPolicy Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of RetryPolicy in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return RetryPolicy Modifier and Type Method Description RetryPolicy
TumblingWindowTriggerTypeProperties. retryPolicy()
Get the retryPolicy property: Retry policy that will be applied for failed pipeline runs.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type RetryPolicy Modifier and Type Method Description TumblingWindowTriggerTypeProperties
TumblingWindowTriggerTypeProperties. 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
Methods in com.azure.resourcemanager.datafactory.models that return RetryPolicy Modifier and Type Method Description RetryPolicy
TumblingWindowTrigger. retryPolicy()
Get the retryPolicy property: Retry policy that will be applied for failed pipeline runs.RetryPolicy
RetryPolicy. withCount(Object count)
Set the count property: Maximum ordinary retry attempts.RetryPolicy
RetryPolicy. withIntervalInSeconds(Integer intervalInSeconds)
Set the intervalInSeconds property: Interval between retries in seconds.Methods in com.azure.resourcemanager.datafactory.models with parameters of type RetryPolicy Modifier and Type Method Description TumblingWindowTrigger
TumblingWindowTrigger. withRetryPolicy(RetryPolicy retryPolicy)
Set the retryPolicy property: Retry policy that will be applied for failed pipeline runs.
-