ArmIotOperationsModelFactory.DataflowGraphSourceSettings Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowGraphSourceSettings DataflowGraphSourceSettings(string endpointRef = default, System.Collections.Generic.IEnumerable<string> dataSources = default, string assetRef = default);
static member DataflowGraphSourceSettings : string * seq<string> * string -> Azure.ResourceManager.IotOperations.Models.DataflowGraphSourceSettings
Public Shared Function DataflowGraphSourceSettings (Optional endpointRef As String = Nothing, Optional dataSources As IEnumerable(Of String) = Nothing, Optional assetRef As String = Nothing) As DataflowGraphSourceSettings

Parameters

endpointRef
String

The endpoint reference for the source.

dataSources
IEnumerable<String>

List of data sources.

assetRef
String

Reference to the resource in Azure Device Registry where the data in the endpoint originates from.

Returns

A new DataflowGraphSourceSettings instance for mocking.

Applies to