Freigeben über


UriPathMatchConditionType Struct

Definition

The UriPathMatchConditionType.

public readonly struct UriPathMatchConditionType : IEquatable<Azure.ResourceManager.Cdn.Models.UriPathMatchConditionType>
type UriPathMatchConditionType = struct
Public Structure UriPathMatchConditionType
Implements IEquatable(Of UriPathMatchConditionType)
Inheritance
UriPathMatchConditionType
Implements

Constructors

Name Description
UriPathMatchConditionType(String)

Initializes a new instance of UriPathMatchConditionType.

Properties

Name Description
UriPathMatchCondition

DeliveryRuleUrlPathMatchConditionParameters.

Methods

Name Description
Equals(UriPathMatchConditionType)

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(UriPathMatchConditionType, UriPathMatchConditionType)

Determines if two UriPathMatchConditionType values are the same.

Implicit(String to UriPathMatchConditionType)

Converts a String to a UriPathMatchConditionType.

Inequality(UriPathMatchConditionType, UriPathMatchConditionType)

Determines if two UriPathMatchConditionType values are not the same.

Applies to