FrontDoorQueryStringCachingBehavior 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 FrontDoorQueryStringCachingBehavior : IEquatable<Azure.ResourceManager.Cdn.Models.FrontDoorQueryStringCachingBehavior>
type FrontDoorQueryStringCachingBehavior = struct
Public Structure FrontDoorQueryStringCachingBehavior
Implements IEquatable(Of FrontDoorQueryStringCachingBehavior)
- Inheritance
-
FrontDoorQueryStringCachingBehavior
- Implements
Constructors
FrontDoorQueryStringCachingBehavior(String) |
Initializes a new instance of FrontDoorQueryStringCachingBehavior. |
Properties
IgnoreQueryString |
IgnoreQueryString. |
IgnoreSpecifiedQueryStrings |
IgnoreSpecifiedQueryStrings. |
IncludeSpecifiedQueryStrings |
IncludeSpecifiedQueryStrings. |
UseQueryString |
UseQueryString. |
Methods
Equals(FrontDoorQueryStringCachingBehavior) |
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(FrontDoorQueryStringCachingBehavior, FrontDoorQueryStringCachingBehavior) |
Determines if two FrontDoorQueryStringCachingBehavior values are the same. |
Implicit(String to FrontDoorQueryStringCachingBehavior) |
Converts a string to a FrontDoorQueryStringCachingBehavior. |
Inequality(FrontDoorQueryStringCachingBehavior, FrontDoorQueryStringCachingBehavior) |
Determines if two FrontDoorQueryStringCachingBehavior values are not the same. |
Applies to
Azure SDK for .NET