Uses of Enum
com.azure.resourcemanager.resources.fluentcore.dag.TaskGroupTerminateOnErrorStrategy
Packages that use TaskGroupTerminateOnErrorStrategy
Package
Description
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 TaskGroupTerminateOnErrorStrategyModifier and TypeMethodDescriptionTaskGroup.InvocationContext.terminateOnErrorStrategy()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 TaskGroupTerminateOnErrorStrategyModifier and TypeMethodDescriptionTaskGroup.InvocationContext.withTerminateOnErrorStrategy(TaskGroupTerminateOnErrorStrategy strategy) Sets the group termination strategy to use on error.