IotOperationsDataflowGraphProperties Constructor

Definition

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.

Applies to