Udostępnij przez


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

Name Description
RequestMethodMatchConditionType(String)

Initializes a new instance of RequestMethodMatchConditionType.

Properties

Name Description
RequestMethodCondition

DeliveryRuleRequestMethodConditionParameters.

Methods

Name Description
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

Name Description
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