Share via


QueryStringMatchConditionType Struct

Definition

The QueryStringMatchConditionType.

public readonly struct QueryStringMatchConditionType : IEquatable<Azure.ResourceManager.Cdn.Models.QueryStringMatchConditionType>
type QueryStringMatchConditionType = struct
Public Structure QueryStringMatchConditionType
Implements IEquatable(Of QueryStringMatchConditionType)
Inheritance
QueryStringMatchConditionType
Implements

Constructors

QueryStringMatchConditionType(String)

Initializes a new instance of QueryStringMatchConditionType.

Properties

QueryStringCondition

DeliveryRuleQueryStringConditionParameters.

Methods

Equals(QueryStringMatchConditionType)

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(QueryStringMatchConditionType, QueryStringMatchConditionType)

Determines if two QueryStringMatchConditionType values are the same.

Implicit(String to QueryStringMatchConditionType)

Converts a string to a QueryStringMatchConditionType.

Inequality(QueryStringMatchConditionType, QueryStringMatchConditionType)

Determines if two QueryStringMatchConditionType values are not the same.

Applies to