次の方法で共有


DeliveryRuleRequestMethodCondition(RequestMethodMatchCondition) コンストラクター

定義

DeliveryRuleRequestMethodCondition の新しいインスタンスを初期化します。

public DeliveryRuleRequestMethodCondition (Azure.ResourceManager.Cdn.Models.RequestMethodMatchCondition properties);
new Azure.ResourceManager.Cdn.Models.DeliveryRuleRequestMethodCondition : Azure.ResourceManager.Cdn.Models.RequestMethodMatchCondition -> Azure.ResourceManager.Cdn.Models.DeliveryRuleRequestMethodCondition
Public Sub New (properties As RequestMethodMatchCondition)

パラメーター

properties
RequestMethodMatchCondition

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

例外

properties が null です。

適用対象