DataflowGraphDestinationAddIfNotPresentHeaderAction(String, String) Constructor

Definition

public DataflowGraphDestinationAddIfNotPresentHeaderAction(string key, string value);
new Azure.ResourceManager.IotOperations.Models.DataflowGraphDestinationAddIfNotPresentHeaderAction : string * string -> Azure.ResourceManager.IotOperations.Models.DataflowGraphDestinationAddIfNotPresentHeaderAction
Public Sub New (key As String, value As String)

Parameters

key
String

The name of the header to add.

value
String

The value of the header to add.

Exceptions

key or value is null.

Applies to