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