次の方法で共有


DeliveryRuleCookiesCondition クラス

定義

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

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

コンストラクター

DeliveryRuleCookiesCondition()

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

DeliveryRuleCookiesCondition(CookiesMatchConditionParameters)

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

プロパティ

Parameters

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

メソッド

Validate()

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

適用対象