Uses of Interface
com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup.HasTaskGroup
Packages that use TaskGroup.HasTaskGroup
Package
Description
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
-
Uses of TaskGroup.HasTaskGroup in com.azure.resourcemanager.resources.fluentcore.dag
Classes in com.azure.resourcemanager.resources.fluentcore.dag that implement TaskGroup.HasTaskGroupModifier and TypeClassDescriptionclassAn index-able TaskItem with a TaskGroup.Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type TaskGroup.HasTaskGroupModifier and TypeMethodDescriptionprotected StringIndexableTaskItem.addDependency(TaskGroup.HasTaskGroup dependency) Add a dependency for this task item.voidTaskGroup.addDependency(TaskGroup.HasTaskGroup hasTaskGroup) Mark root of this task task group depends on the given item's taskGroup.IndexableTaskItem.addPostRunDependent(TaskGroup.HasTaskGroup dependent) Add a "post-run" dependent for this task item.voidTaskGroup.addPostRunDependent(TaskGroup.HasTaskGroup hasTaskGroup) Mark the given item with taskGroup depends on this taskGroup.