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
| Name | Description |
|---|---|
| FrontDoorQuery(String) |
Initializes a new instance of FrontDoorQuery. |
Properties
| Name | Description |
|---|---|
| StripAll |
StripAll. |
| StripAllExcept |
StripAllExcept. |
| StripNone |
StripNone. |
| StripOnly |
StripOnly. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |