次の方法で共有


DeliveryRulePostArgsCondition クラス

定義

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

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

コンストラクター

DeliveryRulePostArgsCondition()

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

DeliveryRulePostArgsCondition(PostArgsMatchConditionParameters)

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

プロパティ

Parameters

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

メソッド

Validate()

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

適用対象