RequestMethodMatchConditionType Struct

Definition

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