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