ArmIotOperationsModelFactory.DataflowGraphConnectionInput Method

Definition

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
DataflowGraphConnectionSchemaSettings

Schema settings for the input node.

Returns

A new DataflowGraphConnectionInput instance for mocking.

Applies to