Freigeben über


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

Name Description
CacheBehaviorSetting(String)

Initializes a new instance of CacheBehaviorSetting.

Properties

Name Description
BypassCache

BypassCache.

Override

Override.

SetIfMissing

SetIfMissing.

Methods

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

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