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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.