Uses of Class
com.azure.resourcemanager.resources.fluentcore.dag.IndexableTaskItem
-
Packages that use IndexableTaskItem 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 IndexableTaskItem in com.azure.resourcemanager.resources.fluentcore.dag
Methods in com.azure.resourcemanager.resources.fluentcore.dag that return IndexableTaskItem Modifier and Type Method Description static IndexableTaskItemIndexableTaskItem. create(FunctionalTaskItem taskItem)Creates an IndexableTaskItem from provided FunctionalTaskItem.static IndexableTaskItemIndexableTaskItem. create(FunctionalTaskItem taskItem, ResourceManagerUtils.InternalRuntimeContext internalContext)Creates an IndexableTaskItem from provided FunctionalTaskItem.Methods in com.azure.resourcemanager.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.azure.resourcemanager.resources.fluentcore.dag with parameters of type IndexableTaskItem Constructor Description TaskGroup(IndexableTaskItem rootTaskItem)Creates TaskGroup.
-