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