| 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.
|
| Class and Description |
|---|
| DAGNode
The type representing node in a
DAGraph. |
| DAGraph
Type representing a DAG (directed acyclic graph).
|
| Graph
Type representing a directed graph data structure.
|
| Node
Type represents a node in a
Graph. |
| TaskGroup
Type representing a group of task entries, each entry holds a
TaskItem and associated
dependency information. |
| TaskGroupTerminateOnErrorStrategy
Defines task group termination strategies to be used once a task error-ed.
|
| TaskItem
Type representing a task in a task group
TaskGroup. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/