Share via


OverrideActionType Struct

Definition

Defines the action to take on rule match.

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

Constructors

OverrideActionType(String)

Initializes a new instance of OverrideActionType.

Properties

Allow

Allow.

Block

Block.

Log

Log.

Redirect

Redirect.

Methods

Equals(OverrideActionType)

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

Determines if two OverrideActionType values are the same.

Implicit(String to OverrideActionType)

Converts a string to a OverrideActionType.

Inequality(OverrideActionType, OverrideActionType)

Determines if two OverrideActionType values are not the same.

Applies to