次の方法で共有


DeliveryRuleUrlPathCondition クラス

定義

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

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

コンストラクター

DeliveryRuleUrlPathCondition()

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

DeliveryRuleUrlPathCondition(UrlPathMatchConditionParameters)

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

プロパティ

Parameters

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

メソッド

Validate()

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

適用対象