FrontDoorQuery 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.
Treatment of URL query terms when forming the cache key.
public readonly struct FrontDoorQuery : IEquatable<Azure.ResourceManager.FrontDoor.Models.FrontDoorQuery>
type FrontDoorQuery = struct
Public Structure FrontDoorQuery
Implements IEquatable(Of FrontDoorQuery)
- Inheritance
-
FrontDoorQuery
- Implements
Constructors
FrontDoorQuery(String) |
Initializes a new instance of FrontDoorQuery. |
Properties
StripAll |
StripAll. |
StripAllExcept |
StripAllExcept. |
StripNone |
StripNone. |
StripOnly |
StripOnly. |
Methods
Equals(FrontDoorQuery) |
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(FrontDoorQuery, FrontDoorQuery) |
Determines if two FrontDoorQuery values are the same. |
Implicit(String to FrontDoorQuery) |
Converts a string to a FrontDoorQuery. |
Inequality(FrontDoorQuery, FrontDoorQuery) |
Determines if two FrontDoorQuery values are not the same. |
Applies to
Azure SDK for .NET