次の方法で共有


DeliveryRuleResponseHeaderAction コンストラクター

定義

オーバーロード

DeliveryRuleResponseHeaderAction()

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

DeliveryRuleResponseHeaderAction(HeaderActionParameters)

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

DeliveryRuleResponseHeaderAction()

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

public DeliveryRuleResponseHeaderAction ();
Public Sub New ()

適用対象

DeliveryRuleResponseHeaderAction(HeaderActionParameters)

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

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

パラメーター

parameters
HeaderActionParameters

アクションのパラメーターを定義します。

適用対象