Freigeben über


FrontDoorQuery Struct

Definition

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.

Applies to