Share via


CacheBehaviorSetting Struct

Definition

Caching behavior for the requests Serialized Name: CacheBehavior

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

Constructors

CacheBehaviorSetting(String)

Initializes a new instance of CacheBehaviorSetting.

Properties

BypassCache

BypassCache Serialized Name: CacheBehavior.BypassCache

Override

Override Serialized Name: CacheBehavior.Override

SetIfMissing

SetIfMissing Serialized Name: CacheBehavior.SetIfMissing

Methods

Equals(CacheBehaviorSetting)

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

Determines if two CacheBehaviorSetting values are the same.

Implicit(String to CacheBehaviorSetting)

Converts a String to a CacheBehaviorSetting.

Inequality(CacheBehaviorSetting, CacheBehaviorSetting)

Determines if two CacheBehaviorSetting values are not the same.

Applies to