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