ArmIotOperationsModelFactory.DataflowGraphGraphNode Method

Definition

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.

Applies to