ArmIotOperationsModelFactory.DataflowGraphNodeConnection Method
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 static Azure.ResourceManager.IotOperations.Models.DataflowGraphNodeConnection DataflowGraphNodeConnection(Azure.ResourceManager.IotOperations.Models.DataflowGraphConnectionInput from = default, string toName = default);
static member DataflowGraphNodeConnection : Azure.ResourceManager.IotOperations.Models.DataflowGraphConnectionInput * string -> Azure.ResourceManager.IotOperations.Models.DataflowGraphNodeConnection
Public Shared Function DataflowGraphNodeConnection (Optional from As DataflowGraphConnectionInput = Nothing, Optional toName As String = Nothing) As DataflowGraphNodeConnection
Parameters
Information about the source node.
- toName
- String
Name of the destination node.
Returns
A new DataflowGraphNodeConnection instance for mocking.
Exceptions
toName is null.