Share via


UrlPathConditionParameters Class

Definition

Defines the parameters for the URL path condition.

public class UrlPathConditionParameters
type UrlPathConditionParameters = class
Public Class UrlPathConditionParameters
Inheritance
UrlPathConditionParameters

Constructors

UrlPathConditionParameters()

Initializes a new instance of the UrlPathConditionParameters class.

UrlPathConditionParameters(String, MatchType)

Initializes a new instance of the UrlPathConditionParameters class.

Properties

MatchType

Gets or sets the match type for the condition of the delivery rule. Possible values include: 'Literal', 'Wildcard'

Odatatype
Path

Gets or sets a URL path for the condition of the delivery rule

Methods

Validate()

Validate the object.

Applies to