QueryStringMatchConditionType 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.
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
Azure SDK for .NET