Uses of Class
com.azure.resourcemanager.resources.fluentcore.dag.TaskGroupTerminateOnErrorStrategy
-
Packages that use TaskGroupTerminateOnErrorStrategy Package Description com.azure.resourcemanager.resources.fluentcore.dag This package contains the graph related classes that are useful for performing cloud requests in parallel. -
-
Uses of TaskGroupTerminateOnErrorStrategy in com.azure.resourcemanager.resources.fluentcore.dag
Methods in com.azure.resourcemanager.resources.fluentcore.dag that return TaskGroupTerminateOnErrorStrategy Modifier and Type Method Description TaskGroupTerminateOnErrorStrategyTaskGroup.InvocationContext. terminateOnErrorStrategy()static TaskGroupTerminateOnErrorStrategyTaskGroupTerminateOnErrorStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskGroupTerminateOnErrorStrategy[]TaskGroupTerminateOnErrorStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type TaskGroupTerminateOnErrorStrategy Modifier and Type Method Description TaskGroup.InvocationContextTaskGroup.InvocationContext. withTerminateOnErrorStrategy(TaskGroupTerminateOnErrorStrategy strategy)Sets the group termination strategy to use on error.
-