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