IHeaderAction Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HeaderActionTypeConverter))]
public interface IHeaderAction : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.HeaderActionTypeConverter))>]
type IHeaderAction = interface
interface IJsonSerializable
Public Interface IHeaderAction
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| HeaderActionType |
Which type of manipulation to apply to the header. |
| HeaderName |
The name of the header this action will apply to. |
| Value |
The value to update the given header name with. This value is not used if the actionType is Delete. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |