RequestHeaderMatchConditionType 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 RequestHeaderMatchConditionType.
public readonly struct RequestHeaderMatchConditionType : IEquatable<Azure.ResourceManager.Cdn.Models.RequestHeaderMatchConditionType>
type RequestHeaderMatchConditionType = struct
Public Structure RequestHeaderMatchConditionType
Implements IEquatable(Of RequestHeaderMatchConditionType)
- Inheritance
-
RequestHeaderMatchConditionType
- Implements
Constructors
| Name | Description |
|---|---|
| RequestHeaderMatchConditionType(String) |
Initializes a new instance of RequestHeaderMatchConditionType. |
Properties
| Name | Description |
|---|---|
| RequestHeaderCondition |
DeliveryRuleRequestHeaderConditionParameters. |
Methods
| Name | Description |
|---|---|
| Equals(RequestHeaderMatchConditionType) |
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(RequestHeaderMatchConditionType, RequestHeaderMatchConditionType) |
Determines if two RequestHeaderMatchConditionType values are the same. |
| Implicit(String to RequestHeaderMatchConditionType) |
Converts a String to a RequestHeaderMatchConditionType. |
| Inequality(RequestHeaderMatchConditionType, RequestHeaderMatchConditionType) |
Determines if two RequestHeaderMatchConditionType values are not the same. |