ArmIotOperationsModelFactory.DataflowGraphNode(String, String) 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.DataflowGraphNode DataflowGraphNode(string name = default, string nodeType = default);
static member DataflowGraphNode : string * string -> Azure.ResourceManager.IotOperations.Models.DataflowGraphNode
Public Shared Function DataflowGraphNode (Optional name As String = Nothing, Optional nodeType As String = Nothing) As DataflowGraphNode
Parameters
- name
- String
Name of the node.
- nodeType
- String
Type of the node.
Returns
A new DataflowGraphNode instance for mocking.