Sdílet prostřednictvím


CacheBehaviorSetting Struct

Definition

Caching behavior for the requests.

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.

Override

Override.

SetIfMissing

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