ArmIotOperationsModelFactory.DataflowGraphSourceNode 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.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.