Udostępnij przez


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

Name Description
QueryStringMatchConditionType(String)

Initializes a new instance of QueryStringMatchConditionType.

Properties

Name Description
QueryStringCondition

DeliveryRuleQueryStringConditionParameters.

Methods

Name Description
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

Name Description
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