ArmIotOperationsModelFactory.DataflowGraphSourceNode Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowGraphSourceNode DataflowGraphSourceNode(string name = default, Azure.ResourceManager.IotOperations.Models.DataflowGraphSourceSettings sourceSettings = default);
static member DataflowGraphSourceNode : string * Azure.ResourceManager.IotOperations.Models.DataflowGraphSourceSettings -> Azure.ResourceManager.IotOperations.Models.DataflowGraphSourceNode
Public Shared Function DataflowGraphSourceNode (Optional name As String = Nothing, Optional sourceSettings As DataflowGraphSourceSettings = Nothing) As DataflowGraphSourceNode

Parameters

name
String

Name of the node.

sourceSettings
DataflowGraphSourceSettings

Source configuration.

Returns

A new DataflowGraphSourceNode instance for mocking.

Applies to