Uses of Interface
com.azure.resourcemanager.resources.fluentcore.dag.TaskGroup.HasTaskGroup
-
Packages that use TaskGroup.HasTaskGroup 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 TaskGroup.HasTaskGroup in com.azure.resourcemanager.resources.fluentcore.dag
Classes in com.azure.resourcemanager.resources.fluentcore.dag that implement TaskGroup.HasTaskGroup Modifier and Type Class Description classIndexableTaskItemAn index-able TaskItem with a TaskGroup.Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type TaskGroup.HasTaskGroup Modifier and Type Method Description protected 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.StringIndexableTaskItem. 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.
-