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