Share via


RulesEngineHeaderActionType Struct

Definition

Which type of manipulation to apply to the header.

public readonly struct RulesEngineHeaderActionType : IEquatable<Azure.ResourceManager.FrontDoor.Models.RulesEngineHeaderActionType>
type RulesEngineHeaderActionType = struct
Public Structure RulesEngineHeaderActionType
Implements IEquatable(Of RulesEngineHeaderActionType)
Inheritance
RulesEngineHeaderActionType
Implements

Constructors

RulesEngineHeaderActionType(String)

Initializes a new instance of RulesEngineHeaderActionType.

Properties

Append

Append.

Delete

Delete.

Overwrite

Overwrite.

Methods

Equals(RulesEngineHeaderActionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RulesEngineHeaderActionType, RulesEngineHeaderActionType)

Determines if two RulesEngineHeaderActionType values are the same.

Implicit(String to RulesEngineHeaderActionType)

Converts a string to a RulesEngineHeaderActionType.

Inequality(RulesEngineHeaderActionType, RulesEngineHeaderActionType)

Determines if two RulesEngineHeaderActionType values are not the same.

Applies to