次の方法で共有


DeliveryRuleUrlPathCondition コンストラクター

定義

オーバーロード

DeliveryRuleUrlPathCondition()

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

DeliveryRuleUrlPathCondition(UrlPathConditionParameters)

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

DeliveryRuleUrlPathCondition()

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

public DeliveryRuleUrlPathCondition ();
Public Sub New ()

適用対象

DeliveryRuleUrlPathCondition(UrlPathConditionParameters)

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

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

パラメーター

parameters
UrlPathConditionParameters

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

適用対象