ArmIotOperationsModelFactory.DataflowGraphNode(String, String) Method

Definition

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.

Applies to