ArmIotOperationsModelFactory.DataflowGraphDestinationNodeSettings 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.DataflowGraphDestinationNodeSettings DataflowGraphDestinationNodeSettings(string endpointRef = default, string dataDestination = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.DataflowGraphDestinationHeaderAction> headers = default);
static member DataflowGraphDestinationNodeSettings : string * string * seq<Azure.ResourceManager.IotOperations.Models.DataflowGraphDestinationHeaderAction> -> Azure.ResourceManager.IotOperations.Models.DataflowGraphDestinationNodeSettings
Public Shared Function DataflowGraphDestinationNodeSettings (Optional endpointRef As String = Nothing, Optional dataDestination As String = Nothing, Optional headers As IEnumerable(Of DataflowGraphDestinationHeaderAction) = Nothing) As DataflowGraphDestinationNodeSettings
Parameters
- endpointRef
- String
The name of the DataflowEndpoint resource .
- dataDestination
- String
Data destination at the endpoint.
Headers for the output data.
Returns
A new DataflowGraphDestinationNodeSettings instance for mocking.