IotOperationsDataflowGraphProperties Constructor
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.
Initializes a new instance of IotOperationsDataflowGraphProperties.
public IotOperationsDataflowGraphProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.DataflowGraphNode> nodes, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.DataflowGraphNodeConnection> nodeConnections);
new Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowGraphProperties : seq<Azure.ResourceManager.IotOperations.Models.DataflowGraphNode> * seq<Azure.ResourceManager.IotOperations.Models.DataflowGraphNodeConnection> -> Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowGraphProperties
Public Sub New (nodes As IEnumerable(Of DataflowGraphNode), nodeConnections As IEnumerable(Of DataflowGraphNodeConnection))
Parameters
- nodes
- IEnumerable<DataflowGraphNode>
List of nodes in the dataflow graph.
- nodeConnections
- IEnumerable<DataflowGraphNodeConnection>
List of connections between nodes in the dataflow graph.
Exceptions
nodes or nodeConnections is null.