次の方法で共有


DeliveryRuleUrlPathCondition コンストラクター

定義

オーバーロード

DeliveryRuleUrlPathCondition()

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

DeliveryRuleUrlPathCondition(UrlPathMatchConditionParameters)

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

DeliveryRuleUrlPathCondition()

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

public DeliveryRuleUrlPathCondition ();
Public Sub New ()

適用対象

DeliveryRuleUrlPathCondition(UrlPathMatchConditionParameters)

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

public DeliveryRuleUrlPathCondition (Microsoft.Azure.Management.Cdn.Models.UrlPathMatchConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Models.DeliveryRuleUrlPathCondition : Microsoft.Azure.Management.Cdn.Models.UrlPathMatchConditionParameters -> Microsoft.Azure.Management.Cdn.Models.DeliveryRuleUrlPathCondition
Public Sub New (parameters As UrlPathMatchConditionParameters)

パラメーター

parameters
UrlPathMatchConditionParameters

条件のパラメーターを定義します。

適用対象