Share via


RequestBodyMatchConditionType Struct

Definition

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