RuleQueryStringCachingBehavior 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.
Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.
public readonly struct RuleQueryStringCachingBehavior : IEquatable<Azure.ResourceManager.Cdn.Models.RuleQueryStringCachingBehavior>
type RuleQueryStringCachingBehavior = struct
Public Structure RuleQueryStringCachingBehavior
Implements IEquatable(Of RuleQueryStringCachingBehavior)
- Inheritance
-
RuleQueryStringCachingBehavior
- Implements
Constructors
| Name | Description |
|---|---|
| RuleQueryStringCachingBehavior(String) |
Initializes a new instance of RuleQueryStringCachingBehavior. |
Properties
| Name | Description |
|---|---|
| IgnoreQueryString |
Gets the IgnoreQueryString. |
| IgnoreSpecifiedQueryStrings |
Gets the IgnoreSpecifiedQueryStrings. |
| IncludeSpecifiedQueryStrings |
Gets the IncludeSpecifiedQueryStrings. |
| UseQueryString |
Gets the UseQueryString. |
Methods
| Name | Description |
|---|---|
| Equals(RuleQueryStringCachingBehavior) |
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(RuleQueryStringCachingBehavior, RuleQueryStringCachingBehavior) |
Determines if two RuleQueryStringCachingBehavior values are the same. |
| Implicit(String to Nullable<RuleQueryStringCachingBehavior>) | |
| Implicit(String to RuleQueryStringCachingBehavior) |
Converts a string to a RuleQueryStringCachingBehavior. |
| Inequality(RuleQueryStringCachingBehavior, RuleQueryStringCachingBehavior) |
Determines if two RuleQueryStringCachingBehavior values are not the same. |