Uses of Class
com.microsoft.azure.management.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.microsoft.azure.management.resources.fluentcore.dag
Methods in com.microsoft.azure.management.resources.fluentcore.dag that return TaskGroupModifier and TypeMethodDescriptionIndexableTaskItem.taskGroup()
TaskGroup.HasTaskGroup.taskGroup()
TaskGroup.InvocationContext.taskGroup()
Methods in com.microsoft.azure.management.resources.fluentcore.dag with parameters of type TaskGroupModifier and TypeMethodDescriptionvoid
TaskGroup.addDependencyTaskGroup
(TaskGroup dependencyTaskGroup) Mark root of this task task group depends on the given task group's root.void
TaskGroup.addPostRunDependentTaskGroup
(TaskGroup dependentTaskGroup) Mark root of the given task group depends on this task group's root.boolean
Checks this TaskGroup depends on the given TaskGroup.Constructors in com.microsoft.azure.management.resources.fluentcore.dag with parameters of type TaskGroupModifierConstructorDescriptionPostRunTaskCollection
(TaskGroup dependsOnTaskGroup) Creates PostRunTaskCollection.