UrlPathConditionParameters Constructors

Definition

Overloads

UrlPathConditionParameters()

Initializes a new instance of the UrlPathConditionParameters class.

UrlPathConditionParameters(String, MatchType)

Initializes a new instance of the UrlPathConditionParameters class.

UrlPathConditionParameters()

Initializes a new instance of the UrlPathConditionParameters class.

public UrlPathConditionParameters ();
Public Sub New ()

Applies to

UrlPathConditionParameters(String, MatchType)

Initializes a new instance of the UrlPathConditionParameters class.

public UrlPathConditionParameters (string path, Microsoft.Azure.Management.Cdn.Fluent.Models.MatchType matchType);
new Microsoft.Azure.Management.Cdn.Fluent.Models.UrlPathConditionParameters : string * Microsoft.Azure.Management.Cdn.Fluent.Models.MatchType -> Microsoft.Azure.Management.Cdn.Fluent.Models.UrlPathConditionParameters
Public Sub New (path As String, matchType As MatchType)

Parameters

path
String

A URL path for the condition of the delivery rule

matchType
MatchType

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

Applies to