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