DataflowGraphDestinationAddIfNotPresentHeaderAction Class
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.
DataflowGraph Destination Add if not present HeaderAction properties.
public class DataflowGraphDestinationAddIfNotPresentHeaderAction : Azure.ResourceManager.IotOperations.Models.DataflowGraphDestinationHeaderAction, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.DataflowGraphDestinationAddIfNotPresentHeaderAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.DataflowGraphDestinationAddIfNotPresentHeaderAction>
type DataflowGraphDestinationAddIfNotPresentHeaderAction = class
inherit DataflowGraphDestinationHeaderAction
interface IJsonModel<DataflowGraphDestinationAddIfNotPresentHeaderAction>
interface IPersistableModel<DataflowGraphDestinationAddIfNotPresentHeaderAction>
Public Class DataflowGraphDestinationAddIfNotPresentHeaderAction
Inherits DataflowGraphDestinationHeaderAction
Implements IJsonModel(Of DataflowGraphDestinationAddIfNotPresentHeaderAction), IPersistableModel(Of DataflowGraphDestinationAddIfNotPresentHeaderAction)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DataflowGraphDestinationAddIfNotPresentHeaderAction(String, String) |
Initializes a new instance of DataflowGraphDestinationAddIfNotPresentHeaderAction. |
Properties
| Name | Description |
|---|---|
| Key |
The name of the header to add. |
| Value |
The value of the header to add. |