Udostępnij przez


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

Name Description
HeaderAction(String)

Initializes a new instance of HeaderAction.

Properties

Name Description
Append

Append.

Delete

Delete.

Overwrite

Overwrite.

Methods

Name Description
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

Name Description
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