次の方法で共有


UrlPathConditionParameters コンストラクター

定義

オーバーロード

UrlPathConditionParameters()

UrlPathConditionParameters クラスの新しいインスタンスを初期化します。

UrlPathConditionParameters(String, MatchType)

UrlPathConditionParameters クラスの新しいインスタンスを初期化します。

UrlPathConditionParameters()

UrlPathConditionParameters クラスの新しいインスタンスを初期化します。

public UrlPathConditionParameters ();
Public Sub New ()

適用対象

UrlPathConditionParameters(String, MatchType)

UrlPathConditionParameters クラスの新しいインスタンスを初期化します。

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)

パラメーター

path
String

配信ルールの条件の URL パス

matchType
MatchType

配信ルールの条件の一致の種類。 使用可能な値は、'Literal'、'Wildcard' です。

適用対象