Uses of Class
com.microsoft.azure.management.resources.fluentcore.dag.IndexableTaskItem
-
Packages that use IndexableTaskItem 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 IndexableTaskItem in com.microsoft.azure.management.resources.fluentcore.dag
Methods in com.microsoft.azure.management.resources.fluentcore.dag that return IndexableTaskItem Modifier and Type Method Description static IndexableTaskItemIndexableTaskItem. create(FunctionalTaskItem taskItem)Creates an IndexableTaskItem from provided FunctionalTaskItem.Methods in com.microsoft.azure.management.resources.fluentcore.dag with parameters of type IndexableTaskItem Modifier and Type Method Description voidPostRunTaskCollection. add(IndexableTaskItem taskItem)Adds a "Post Run" task to the collection.Constructors in com.microsoft.azure.management.resources.fluentcore.dag with parameters of type IndexableTaskItem Constructor Description TaskGroup(IndexableTaskItem rootTaskItem)Creates TaskGroup.
-