CookiesMatchConditionType 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 CookiesMatchConditionType.
public readonly struct CookiesMatchConditionType : IEquatable<Azure.ResourceManager.Cdn.Models.CookiesMatchConditionType>
type CookiesMatchConditionType = struct
Public Structure CookiesMatchConditionType
Implements IEquatable(Of CookiesMatchConditionType)
- Inheritance
-
CookiesMatchConditionType
- Implements
Constructors
CookiesMatchConditionType(String) |
Initializes a new instance of CookiesMatchConditionType. |
Properties
CookiesCondition |
DeliveryRuleCookiesConditionParameters. |
Methods
Equals(CookiesMatchConditionType) |
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(CookiesMatchConditionType, CookiesMatchConditionType) |
Determines if two CookiesMatchConditionType values are the same. |
Implicit(String to CookiesMatchConditionType) |
Converts a string to a CookiesMatchConditionType. |
Inequality(CookiesMatchConditionType, CookiesMatchConditionType) |
Determines if two CookiesMatchConditionType values are not the same. |
Applies to
Azure SDK for .NET