RuleCacheBehavior 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 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
Azure SDK for .NET