ArmIotOperationsModelFactory.DataflowGraphNodeGraphSettings 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.DataflowGraphNodeGraphSettings DataflowGraphNodeGraphSettings(string registryEndpointRef = default, string artifact = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.DataflowGraphGraphNodeConfiguration> configuration = default);
static member DataflowGraphNodeGraphSettings : string * string * seq<Azure.ResourceManager.IotOperations.Models.DataflowGraphGraphNodeConfiguration> -> Azure.ResourceManager.IotOperations.Models.DataflowGraphNodeGraphSettings
Public Shared Function DataflowGraphNodeGraphSettings (Optional registryEndpointRef As String = Nothing, Optional artifact As String = Nothing, Optional configuration As IEnumerable(Of DataflowGraphGraphNodeConfiguration) = Nothing) As DataflowGraphNodeGraphSettings
Parameters
- registryEndpointRef
- String
Reference to the registry endpoint for pulling the artifact.
- artifact
- String
The artifact name and version to pull. This should be in the format <artifact-name>:<version>.
- configuration
- IEnumerable<DataflowGraphGraphNodeConfiguration>
Configuration key-value pairs.
Returns
A new DataflowGraphNodeGraphSettings instance for mocking.