DeliveryRuleUrlFileNameCondition コンストラクター

定義

オーバーロード

DeliveryRuleUrlFileNameCondition()

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

DeliveryRuleUrlFileNameCondition(UrlFileNameMatchConditionParameters)

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

DeliveryRuleUrlFileNameCondition()

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

public DeliveryRuleUrlFileNameCondition ();
Public Sub New ()

適用対象

DeliveryRuleUrlFileNameCondition(UrlFileNameMatchConditionParameters)

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

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

パラメーター

parameters
UrlFileNameMatchConditionParameters

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

適用対象