DeliveryRuleHttpVersionCondition コンストラクター

定義

オーバーロード

DeliveryRuleHttpVersionCondition()

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

DeliveryRuleHttpVersionCondition(HttpVersionMatchConditionParameters)

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

DeliveryRuleHttpVersionCondition()

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

public DeliveryRuleHttpVersionCondition ();
Public Sub New ()

適用対象

DeliveryRuleHttpVersionCondition(HttpVersionMatchConditionParameters)

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

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

パラメーター

parameters
HttpVersionMatchConditionParameters

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

適用対象