Udostępnij przez


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

Name Description
RequestBodyMatchConditionType(String)

Initializes a new instance of RequestBodyMatchConditionType.

Properties

Name Description
RequestBodyCondition

DeliveryRuleRequestBodyConditionParameters.

Methods

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

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