CacheBehaviorSetting Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Gets the BypassCache. |
| Override |
Gets the Override. |
| SetIfMissing |
Gets the 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. |
| Implicit(String to Nullable<CacheBehaviorSetting>) | |
| Inequality(CacheBehaviorSetting, CacheBehaviorSetting) |
Determines if two CacheBehaviorSetting values are not the same. |