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

UriPathMatchConditionType(String)

Initializes a new instance of UriPathMatchConditionType.

Properties

UriPathMatchCondition

DeliveryRuleUrlPathMatchConditionParameters.

Methods

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

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