Share via


ApplicationGatewayRewriteRule クラス

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayRewriteRule

public class ApplicationGatewayRewriteRule

アプリケーション ゲートウェイの書き換えルール。

コンストラクターの概要

コンストラクター 説明
ApplicationGatewayRewriteRule()

メソッドの概要

修飾子と型 メソッドと説明
ApplicationGatewayRewriteRuleActionSet actionSet()

書き換えルールの一部として実行する一連のアクションを取得します。

java.util.List<ApplicationGatewayRewriteRuleCondition> conditions()

アクション セットの実行が評価される条件を取得します。

java.lang.String name()

Application Gateway内で一意の書き換え規則の名前を取得します。

java.lang.Integer ruleSequence()

書き換えルール セット内の特定のルールの実行順序を決定する書き換えルールのシーケンスを取得します

ApplicationGatewayRewriteRule withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)

書き換えルールの一部として実行する一連のアクションを設定します。

ApplicationGatewayRewriteRule withConditions(List<ApplicationGatewayRewriteRuleCondition> conditions)

アクション セットの実行を評価する条件を設定します。

ApplicationGatewayRewriteRule withName(String name)

Application Gateway内で一意の書き換え規則の名前を設定します。

ApplicationGatewayRewriteRule withRuleSequence(Integer ruleSequence)

書き換えルール セット内の特定のルールの実行順序を決定する書き換えルールのシーケンスを設定します

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

ApplicationGatewayRewriteRule

public ApplicationGatewayRewriteRule()

メソッドの詳細

actionSet

public ApplicationGatewayRewriteRuleActionSet actionSet()

書き換えルールの一部として実行する一連のアクションを取得します。

Returns:

actionSet 値

conditions

public List conditions()

アクション セットの実行が評価される条件を取得します。

Returns:

条件値

name

public String name()

Application Gateway内で一意の書き換え規則の名前を取得します。

Returns:

名前の値

ruleSequence

public Integer ruleSequence()

RewriteRuleSet 内の特定のルールの実行順序を決定する書き換えルールのシーケンスを取得します。

Returns:

ruleSequence 値

withActionSet

public ApplicationGatewayRewriteRule withActionSet(ApplicationGatewayRewriteRuleActionSet actionSet)

書き換えルールの一部として実行する一連のアクションを設定します。

Parameters:

actionSet - 設定する actionSet 値

Returns:

ApplicationGatewayRewriteRule オブジェクト自体。

withConditions

public ApplicationGatewayRewriteRule withConditions(List conditions)

アクション セットの実行を評価する条件を設定します。

Parameters:

conditions - 設定する条件値

Returns:

ApplicationGatewayRewriteRule オブジェクト自体。

withName

public ApplicationGatewayRewriteRule withName(String name)

Application Gateway内で一意の書き換え規則の名前を設定します。

Parameters:

name - 設定する名前の値

Returns:

ApplicationGatewayRewriteRule オブジェクト自体。

withRuleSequence

public ApplicationGatewayRewriteRule withRuleSequence(Integer ruleSequence)

RewriteRuleSet 内の特定のルールの実行順序を決定する書き換えルールのシーケンスを設定します。

Parameters:

ruleSequence - 設定する ruleSequence 値

Returns:

ApplicationGatewayRewriteRule オブジェクト自体。

適用対象