Uses of Class
com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup
Packages that use TaskGroup
Package
Description
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
-
Uses of TaskGroup in com.azure.resourcemanager.resources.fluentcore.dag
Methods in com.azure.resourcemanager.resources.fluentcore.dag that return TaskGroupModifier and TypeMethodDescriptionIndexableTaskItem.taskGroup()TaskGroup.HasTaskGroup.taskGroup()Gets the task group.TaskGroup.InvocationContext.taskGroup()Gets the TaskGroup this invocation context associated with.Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type TaskGroupModifier and TypeMethodDescriptionvoidTaskGroup.addDependencyTaskGroup(TaskGroup dependencyTaskGroup) Mark root of this task task group depends on the given task group's root.voidTaskGroup.addPostRunDependentTaskGroup(TaskGroup dependentTaskGroup) Mark root of the given task group depends on this task group's root.booleanChecks this TaskGroup depends on the given TaskGroup.Constructors in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type TaskGroupModifierConstructorDescriptionPostRunTaskCollection(TaskGroup dependsOnTaskGroup) Creates PostRunTaskCollection.