次の方法で共有


DeliveryRuleRequestMethodCondition クラス

定義

配信ルールの RequestMethod 条件を定義します。

[Newtonsoft.Json.JsonObject("RequestMethod")]
public class DeliveryRuleRequestMethodCondition : Microsoft.Azure.Management.Cdn.Models.DeliveryRuleCondition
[<Newtonsoft.Json.JsonObject("RequestMethod")>]
type DeliveryRuleRequestMethodCondition = class
    inherit DeliveryRuleCondition
Public Class DeliveryRuleRequestMethodCondition
Inherits DeliveryRuleCondition
継承
DeliveryRuleRequestMethodCondition
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

DeliveryRuleRequestMethodCondition()

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

DeliveryRuleRequestMethodCondition(RequestMethodMatchConditionParameters)

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

プロパティ

Parameters

条件のパラメーターを取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象