次の方法で共有


DeliveryRuleIsDeviceCondition クラス

定義

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

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

コンストラクター

DeliveryRuleIsDeviceCondition()

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

DeliveryRuleIsDeviceCondition(IsDeviceMatchConditionParameters)

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

プロパティ

Parameters

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

メソッド

Validate()

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

適用対象