次の方法で共有


UrlRedirectAction クラス

定義

配信ルールの URL リダイレクト アクションを定義します。

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

コンストラクター

UrlRedirectAction()

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

UrlRedirectAction(UrlRedirectActionParameters)

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

プロパティ

Parameters

アクションのパラメーターを取得または設定します。

メソッド

Validate()

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

適用対象