Uses of Interface
com.microsoft.azure.management.resources.fluentcore.dag.TaskItem
-
Packages that use TaskItem Package Description com.microsoft.azure.management.resources.fluentcore.dag This package contains the graph related classes that are useful for performing cloud requests in parallel. -
-
Uses of TaskItem in com.microsoft.azure.management.resources.fluentcore.dag
Classes in com.microsoft.azure.management.resources.fluentcore.dag that implement TaskItem Modifier and Type Class Description classIndexableTaskItemAn index-able TaskItem with a TaskGroup.Methods in com.microsoft.azure.management.resources.fluentcore.dag that return types with arguments of type TaskItem Modifier and Type Method Description protected com.microsoft.azure.management.resources.fluentcore.dag.TaskGroupEntry<TaskItem>TaskGroup. root()Constructors in com.microsoft.azure.management.resources.fluentcore.dag with parameters of type TaskItem Constructor Description TaskGroup(String rootTaskItemId, TaskItem rootTaskItem)Creates TaskGroup.
-