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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET