次の方法で共有


DeliveryRuleHttpVersionCondition クラス

定義

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

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

コンストラクター

DeliveryRuleHttpVersionCondition()

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

DeliveryRuleHttpVersionCondition(HttpVersionMatchConditionParameters)

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

プロパティ

Parameters

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

メソッド

Validate()

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

適用対象