次の方法で共有


DeliveryRuleCookiesCondition コンストラクター

定義

オーバーロード

DeliveryRuleCookiesCondition()

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

DeliveryRuleCookiesCondition(CookiesMatchConditionParameters)

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

DeliveryRuleCookiesCondition()

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

public DeliveryRuleCookiesCondition ();
Public Sub New ()

適用対象

DeliveryRuleCookiesCondition(CookiesMatchConditionParameters)

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

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

パラメーター

parameters
CookiesMatchConditionParameters

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

適用対象