Share via


IHeaderAction Interface

Definition

[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)

Applies to