Share via


RuleCacheBehavior Struct

Definition

Caching behavior for the requests.

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

Constructors

RuleCacheBehavior(String)

Initializes a new instance of RuleCacheBehavior.

Properties

HonorOrigin

HonorOrigin.

OverrideAlways

OverrideAlways.

OverrideIfOriginMissing

OverrideIfOriginMissing.

Methods

Equals(RuleCacheBehavior)

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

Determines if two RuleCacheBehavior values are the same.

Implicit(String to RuleCacheBehavior)

Converts a string to a RuleCacheBehavior.

Inequality(RuleCacheBehavior, RuleCacheBehavior)

Determines if two RuleCacheBehavior values are not the same.

Applies to