DataflowGraphDestinationAddOrReplaceHeaderAction(String, String) Constructor

Definition

Initializes a new instance of DataflowGraphDestinationAddOrReplaceHeaderAction.

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

Parameters

key
String

The name of the header to add or replace.

value
String

The value of the header to add or replace.

Exceptions

key or value is null.

Applies to