HeaderAction Struct

Definition

Action to perform.

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

Constructors

HeaderAction(String)

Initializes a new instance of HeaderAction.

Properties

Append

Append.

Delete

Delete.

Overwrite

Overwrite.

Methods

Equals(HeaderAction)

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(HeaderAction, HeaderAction)

Determines if two HeaderAction values are the same.

Implicit(String to HeaderAction)

Converts a string to a HeaderAction.

Inequality(HeaderAction, HeaderAction)

Determines if two HeaderAction values are not the same.

Applies to