次の方法で共有


DeliveryRuleRemoteAddressCondition クラス

定義

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

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

コンストラクター

DeliveryRuleRemoteAddressCondition()

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

DeliveryRuleRemoteAddressCondition(RemoteAddressMatchConditionParameters)

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

プロパティ

Parameters

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

メソッド

Validate()

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

適用対象