ArmIotOperationsModelFactory.DataflowGraphGraphNodeConfiguration 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.DataflowGraphGraphNodeConfiguration DataflowGraphGraphNodeConfiguration(string key = default, string value = default);
static member DataflowGraphGraphNodeConfiguration : string * string -> Azure.ResourceManager.IotOperations.Models.DataflowGraphGraphNodeConfiguration
Public Shared Function DataflowGraphGraphNodeConfiguration (Optional key As String = Nothing, Optional value As String = Nothing) As DataflowGraphGraphNodeConfiguration
Parameters
- key
- String
Key of the configuration.
- value
- String
Value of the configuration.
Returns
A new DataflowGraphGraphNodeConfiguration instance for mocking.