DAGNode<DataT> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class DAGNode<DataT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.DAG.Node<DataT>
type DAGNode<'DataT> = class
inherit Node<'DataT>
Public Class DAGNode(Of DataT)
Inherits Node(Of DataT)
Type Parameters
- DataT
- Inheritance
Constructors
DAGNode<DataT>(String, DataT) |
Properties
Children | (Inherited from Node<DataT>) |
Data | (Inherited from Node<DataT>) |
DependencyKeys | |
DependentKeys | |
HasAllResolved | |
HasChildren | (Inherited from Node<DataT>) |
HasDependencies | |
IsPreparer | |
Key | (Inherited from Node<DataT>) |
Methods
AddChild(String) | (Inherited from Node<DataT>) |
AddDependency(String) | |
AddDependent(String) | |
Initialize() | |
ReportCompleted(String) | |
SetPreparer(Boolean) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET